@aneilmac/blockly-theme-seshat
v1.1.1
Published
The Seshat Blockly theme.
Downloads
5
Maintainers
Readme
@aneilmac/blockly-theme-seshat
A clean, colorful Blockly theme.
Installation
Yarn
yarn add @aneilmac/blockly-theme-seshat
npm
npm install @aneilmac/blockly-theme-seshat --save
Usage
import * as Blockly from 'blockly';
import {initTheme} from 'blockly-theme-seshat';
const Seshat = initTheme(Blockly);
Blockly.inject('blocklyDiv', {
theme: Seshat,
});
License
Apache 2.0