minecraft-components
v1.0.1
Published
## A module to handle minecraft components as json and as text in a browser or nodejs application
Downloads
2
Readme
minecraft-components
A module to handle minecraft components as json and as text in a browser or nodejs application
importig the module
import { ComponentParser, ComponentSerializer, strip, stripFormat } from 'minecraft-components';
Usage
Please view the ./example.html
and ./example.js
files for now...