mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
215 B
215 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}).html