readme
This commit is contained in:
parent
e073d06b39
commit
bb5b0224cb
1 changed files with 10 additions and 0 deletions
|
|
@ -29,6 +29,16 @@ pnpm add @terrastruct/d2
|
|||
bun add @terrastruct/d2
|
||||
```
|
||||
|
||||
### Nightly
|
||||
|
||||
Use the `@nightly` tag to get the version that is built by daily CI on the master branch.
|
||||
|
||||
For example,
|
||||
|
||||
```bash
|
||||
yarn add @terrastruct/d2@nightly
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
D2.js uses webworkers to call a WASM file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue