James Treworgy
James Treworgy
Hi - I just found this prokect and it looks like exactly what I have been looking for. I have an active project called CsQuery: https://github.com/jamietre/csquery -- this is a...
There are a number of changes I have been thinking about to simplify the API. Some of these are already in progress. - 'areas' option: instead of an array, use...
Specification for describing options in 1.3 Allow passing any options as an attribute on the image: ``` data-mapster='{"json": data}' ``` Allow area-specific options on area tags using same convention Options...
Creating complex effects can be accomplished by working directly with the layers ImageMapster creates. This currenlty involves targeting them by index position which is brittle and could easily break if...
Tooltip positioning can render on top of active area if the viewport boundaries do not permit correct positioning (nearest corner). 1 - detect viewport boundaries (right now only checks container...
Pushed this back to 1.4. Prototype broke after splitting mapster into modules, don't want to worry about this to get 1.3 finalized.
When ImageMapster detects a touch-screen device it disables the mouseover events, otherwise clicking something would cause the highlight to flash before it was selected, which looks a bit funny --...
Choose one: is this a bug report or feature request? **a bug** ### Expected Behavior By default, `babel-register` creates a cache in the user's home directory, `.babel.json`. This cache appears...
```javascript let a [a] = [1] ``` Valid ES6, but blows up with rewire: `TypeError: Property left of AssignmentExpression expected node to be of a type ["LVal"] but instead got...