0.1.10 • Published 1 year ago

@rshaker/multiselect-blockly-example v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

multiselect-blockly-example

Built on Blockly

A sample node project demonstrating usage of the multiselect-blockly plugin.

To activate multiselect mode, either shift-click on a block or use the rectangular selection tool (shift-click-drag). Clicking on the background or any unselected block will exit multiselect mode.

Click here for a live demo.

Installation

If you're planning on doing development, download the complete project including source code from github. Otherwise, the package from npm is capable of deployment, but lacks the typescript and build scripts.

From github

git clone git@github.com:rshaker/multiselect-blockly-example.git
cd ./multiselect-blockly-example

npm install
npm run build
npm run serve

From npm

npm pack @rshaker/multiselect-blockly-example
tar xzf rshaker-multiselect-blockly-example-x.x.x.tgz
cd ./package

npm install
npm run serve

Then browse to http://localhost:8080/

License

MIT

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago