Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hxf31891 authored Dec 28, 2023
1 parent f29414e commit 4b3c045
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ npm install react-best-gradient-color-picker
yarn add react-best-gradient-color-picker
```

### For vite configurations, in vite.config.ts
```
build: {
commonJsOptions: { transformMixedEsModules: true }
}
```

<a id="item-two"></a>
## Demo
See the picker in action [here](https://gradient-package-demo.web.app/)
Expand Down

0 comments on commit 4b3c045

Please sign in to comment.