Ember component bindings for the Konva canvas library
- Ember.js v2.18 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
ember install ember-konva
npm install konva
# OR
yarn add konva
Examples
This addon provides an object
helper. This helper should be used instead of the ember built-in hash
helper when passing component properties.
Konva relies on some object prototype methods which are stripped with the hash helper (ember apidoc)
See the Contributing guide for details.
This project is licensed under the MIT License.