mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-05 16:42:27 +03:00
210 B
210 B
bbob
Usage
const bbob = require('@bbob/core');
const presetHTML5 = require('@bbob/preset-html5');
const code = `[i]Text[/i]`;
const processor = bbob([presetHTML5]).process(code, {sync: true})