Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samelhusseini/my-blockly

A custom Blockly
https://github.com/samelhusseini/my-blockly

Last synced: 1 day ago
JSON representation

A custom Blockly

Awesome Lists containing this project

README

        

# my-blockly [![Built on Blockly](https://tinyurl.com/built-on-blockly)](https://github.com/google/blockly)

A custom Blockly.

## Installation

### Yarn
```
yarn add my-blockly
```

### npm
```
npm install my-blockly --save
```

## Usage

```js
import * as Blockly from 'my-blockly';

// Inject Blockly.
const workspace = Blockly.inject('blocklyDiv', {
toolbox: toolboxCategories,
});
```

## License
Apache 2.0