1.3.0 • Published 5 years ago

@mobsya/node-blockly v1.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Blockly for Node.js and Browser via CommonJS module

Build

Supports the AESL generator.

This fork adds AESL support for Thymio (and uses an older blockly version).

Install

npm i @mobsya/node-blockly

Usage

Browser

All generators

var Blockly = require('@mobsya/node-blockly/browser');

Internationalization

import Blockly from '@mobsya/node-blockly/browser';
import De from '@mobsya/node-blockly/lib/i18n/de';
Blockly.setLocale(De)

Dynamic imports also works but Blockly doesn't re-render workspace. You must re-render it manually after locale loaded

1.3.0

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago