0.0.5 • Published 3 years ago

blockly-plugin-type-blockjson v0.0.5

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

What's this?

Blockly official guide says:

The JSON format is the preferred method of defining blocks.

This plugin provides type declaration for below kind of JSON data defined in .ts file:

  • Block definition

Installation

  1. Make sure you've installed typescript.
  2. npm install blockly-plugin-type-blockjson.

Usage

import {BlockJson} from 'blockly-plugin-type-blockJSON';

const sampleBlock:BlockJson = {
    type:"SampleBlock",...
}

Reference

https://yukiya383.github.io/blockly-plugin-type-blockjson/

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago