Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev authored Apr 12, 2024
1 parent f1ea11f commit 6020d15
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@

Finite Field Library in Javascript

## License

ffjavascript is part of the iden3 project copyright 2020 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.

This package is tested to work in the following environments:

- **NodeJS**
- **Browser**
- **Chrome Extension**
- **Metamask Snaps**
- **Metamask Snaps (SES)**

## Knows Issues

## Webpack Configuration (Optional)
### Webpack Configuration

If you're using the `ffjavascript` package in a webpack project, you may need to disable the `splitChunks` option in your webpack configuration.
If you're using the `ffjavascript` package in a webpack project (Next.js/Angular), you may need to disable the `splitChunks` option in your webpack configuration.

```javascript
module.exports = {
Expand All @@ -26,3 +24,7 @@ module.exports = {
// ...
};
```

## License

ffjavascript is part of the iden3 project copyright 2020 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.

0 comments on commit 6020d15

Please sign in to comment.