@aneilmac/blockly-theme-seshat

1.1.1 • Public • Published

@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

Package Sidebar

Install

npm i @aneilmac/blockly-theme-seshat

Weekly Downloads

2

Version

1.1.1

License

Apache-2.0

Unpacked Size

74.4 kB

Total Files

6

Last publish

Collaborators

  • aneilmac