James Treworgy

Results 16 issues of 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...

new feature
needs community feedback

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...

new feature
needs community feedback

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...

new feature

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...

new feature

Add API for using alternate fade & resize effects

new feature

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.

new feature

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 --...

bug

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...

area: perf
pkg: register

```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...