We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafe0c1 commit 4671fdfCopy full SHA for 4671fdf
README.md
@@ -6,10 +6,18 @@ Read full and updated documentation: https://pythoncoderas.github.io/bbcode-ast/
6
7
## Installation
8
9
+### Node.js
10
+
11
```bash
12
npm install --save bbcode-ast
13
```
14
15
+### Browser
16
17
+Load the library from https://cdn.jsdelivr.net/npm/bbcode-ast@1/dist/bundle.min.js.
18
19
+This will add a `bbcode_ast` variable to the `window` global. The default parser can be accessed through `bbcode_ast.default`.
20
21
## Usage
22
23
You can either use the default parser or construct your own parser. Once you have a `Parser`, call the `parse` method on
0 commit comments