Konva.js is Canvas API framework, which already has wrappers for React, Vue, but there is no (proper?) Svelte wrapper for Konva.js core . This is it ! Finally decided to write a minimum maintanable (live) Svelte wrapper for Konva : just like React, Vue, we can (& will) take advantage of Svelte for its simplicity, built-in state management with svelte/store, etc.
I am starting a project as a solo initially, but may accept any PR request upon guidelines provided (see Contributing section below)
1.1) Rollup installed globally for manual NPM LINKing:
npm install --global rollup
# refer to Installation section below
1.2)
npm i
(package.json) ornpm ci
to reproduce identical deps graph (package-lock.json)
1.3)
npm run dev:serv
to launch server on port as described in Webpack config.devServer.port
NOTE: since v1.1.0 we renounce usage of degit, instead follow NPM LINKING RECIPE
1.1)
npm i
(package.json) ornpm ci
to reproduce identical deps graph (package-lock.json)
1.2)
npm run dev:serv
Regards,
Lukas Gaucas (projektorius96)