File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ pnpm add fireworks-js
9292## Usage
9393
9494#### [ ` fireworks-js ` ] ( https://github.com/crashmax-dev/fireworks-js/tree/master/examples/basic )
95+
9596``` js
9697import { Fireworks } from ' fireworks-js'
9798
@@ -100,12 +101,16 @@ const fireworks = new Fireworks(container, { /* options */ })
100101fireworks .start ()
101102```
102103
104+ [ ![ Edit @fireworks-js/react ] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/p/sandbox/blissful-sanderson-dkvnx4 )
105+
103106#### [ ` @fireworks-js/react ` ] ( https://github.com/crashmax-dev/fireworks-js/tree/master/examples/with-react )
104107
105108``` sh
106109npm install @fireworks-js/react
107110```
108111
112+ [ ![ 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 )
113+
109114#### [ ` @fireworks-js/preact ` ] ( https://github.com/crashmax-dev/fireworks-js/tree/master/examples/with-preact )
110115
111116``` sh
You can’t perform that action at this time.
0 commit comments