Still work in progress
If you didn't see the import modal, please refresh the page.
You can use this link to load unpublished nodes and still under development on GitHub.
https://cdn.jsdelivr.net/gh/Blackprint/nodes-playcanvas@dist/nodes-playcanvas.mjs
Replace dist
with your latest commit hash (from dist
branch) to avoid cache from CDN.
$ cd /your/project/folder
$ git clone --depth 1 --recursive https://github.com/Blackprint/nodes-playcanvas.git .
$ pnpm i
$ npm start
>> [Browsersync] Access URLs:
>> -----------------------------------
>> Local: http://localhost:6789
>> -----------------------------------
Copy the http://localhost:6789
URL and go to online Blackprint Editor.
Go to development mode, and paste it to remote module server. Then refresh the page, after that you can modify the code from your favorite text editor.
MIT