Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Oct 15, 2022
1 parent b4b73ee commit 7478206
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pnpm add fireworks-js
## Usage

#### [`fireworks-js`](https://github.com/crashmax-dev/fireworks-js/tree/master/examples/basic)

```js
import { Fireworks } from 'fireworks-js'

Expand All @@ -100,12 +101,16 @@ const fireworks = new Fireworks(container, { /* options */ })
fireworks.start()
```

[![Edit @fireworks-js/react](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/blissful-sanderson-dkvnx4)

#### [`@fireworks-js/react`](https://github.com/crashmax-dev/fireworks-js/tree/master/examples/with-react)

```sh
npm install @fireworks-js/react
```

[![Edit @fireworks-js/react](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/fireworks-js-react-bjeoqy?fontsize=14&hidenavigation=1&theme=dark)

#### [`@fireworks-js/preact`](https://github.com/crashmax-dev/fireworks-js/tree/master/examples/with-preact)

```sh
Expand Down

0 comments on commit 7478206

Please sign in to comment.