Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samelhusseini/my-blockly
- Owner: samelhusseini
- Created: 2020-04-29T23:58:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:38:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T23:14:07.040Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.43 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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