Parse minecraft text to JSON format
npm install @rqbik/mtext@rqbik/mtextParse minecraft text to JSON format.\
Supports all color and style codes, including the hex color format.
``typescript
import { MinecraftText } from '@rqbik/mtext';
const text = MinecraftText.from('Regular text &cRed text!');
``