mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
chore: readme
This commit is contained in:
committed by
GitHub
parent
f012397a2f
commit
0bfed5a5b4
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
|
||||
BBob is a tool to parse and transform [BBCode](https://en.wikipedia.org/wiki/BBCode)
|
||||
Written in pure javascript, no dependencies
|
||||
written in pure javascript, no dependencies
|
||||
|
||||
## Packages
|
||||
|
||||
@@ -59,6 +59,10 @@ Written in pure javascript, no dependencies
|
||||
|
||||
### Basic usage <a name="basic"></a>
|
||||
|
||||
```shell
|
||||
npm i @bbob/core @bbob/html @bbob/preset-html5
|
||||
```
|
||||
|
||||
```js
|
||||
import bbob from '@bbob/core'
|
||||
import { render } from '@bbob/html'
|
||||
|
||||
Reference in New Issue
Block a user