1.1.1 • Published 3 years ago

@aneilmac/blockly-theme-seshat v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@aneilmac/blockly-theme-seshat Built on Blockly

A clean, colorful Blockly theme.

theme_screenshot

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