1.6.0
- adds the possibility to add 'wobbliness' to a named style
- currently only enabled for the 'fountainpen' style (which was created with wobbliness in mind)
- to enable it for a style:
- add the key
renderMagic
with the valuewobbly
it to its config.json (see sample below) - regenerate csstemplates.js (with
make dev-build
)
- add the key
- updates some dev dependencies
Fountain pen (a 'wobbly' named style):
Lazy (a 'straight' named style):
This is how the fountainpen config.json looks right now:
{
"experimental": true,
"description": "Fountain pen (experimental!)",
"renderMagic": "wobbly"
}
"renderMagic" can currently have the values "wobbly" and "straight" (the default)
All changes since 1.5.3: 1.5.3...1.6.0