@blockly/block-shareable-procedures
v13.3.0
Published
A plugin that adds procedure blocks which are backed by explicit data models.
Downloads
7,872
Readme
@blockly/block-shareable-procedures 
A set of Blockly blocks that allow end-users to define procedures (i.e. functions). These blocks reference explicit backing data models, which allows them to be more easily manipulated, and shared between workspaces.
Note that these blocks have the same names as the built-in procedure blocks, so you can seamlessly upgrade your existing project to use the new blocks.
Installation
Yarn
yarn add @blockly/block-shareable-proceduresnpm
npm install @blockly/block-shareable-proceduresUsage
See docs.blockly.com/guides/create-custom-blocks/procedures/using-procedures for more information about using this plugin.
License
Apache 2.0
