@overtone-art/canvas-editor-effects
v0.9.0
Published
Effect-bearing fabric subclasses and custom filters, registered under the stock class names in the browser and in fabric/node. No DOM.
Readme
@overtone-art/canvas-editor-effects
Effect-bearing subclasses of fabric's Textbox, Rect, Circle, Triangle, Polygon and
Path, plus eight custom image filters. registerEffects(fabric) registers them under the
STOCK class names, so a serialized Textbox enlivens as the effect-aware class in the browser
and in fabric/node alike. The effect is one extra serialized property, effect, absent by default.
No DOM, no import of the editor. The package imports only types from fabric; the consumer passes
its fabric module in. private: true until its first manual publish (see the engine release
architecture, D2).
