coframe-editor
# to build dev image
./bin/dev build
# to run dev server
./bin/dev
# to run cli (npm, tests, etc)
./bin/dev cli
To publish and purge increment package.json version npm run build npm publish https://www.jsdelivr.com/tools/purge https://cdn.jsdelivr.net/npm/@coframe/coframe-editor/dist/ce.min.js
To paste into a website (with url parameter) var script = document.createElement('script'); script.src = "http://127.0.0.1:8082/ce.min.js"; document.head.appendChild(script);