mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-01 07:34:46 +00:00
chore: updates README
This commit is contained in:
parent
71ea97b6b2
commit
5e1bff091d
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@ const App = () => (
|
|||
)
|
||||
```
|
||||
|
||||
If using Next.js, make sure you only import Isoflow in the browser:
|
||||
|
||||
```
|
||||
const Isoflow = dynamic(() => import("isoflow"), {
|
||||
ssr: false,
|
||||
});
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Isoflow is MIT licensed (see ./LICENSE).
|
||||
|
|
Loading…
Reference in a new issue