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