You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,18 @@
2
2
3
3
Finite Field Library in Javascript
4
4
5
-
## License
6
-
7
-
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.
8
-
9
5
This package is tested to work in the following environments:
10
6
11
7
-**NodeJS**
12
8
-**Browser**
13
9
-**Chrome Extension**
14
-
-**Metamask Snaps**
10
+
-**Metamask Snaps (SES)**
11
+
12
+
## Knows Issues
15
13
16
-
## Webpack Configuration (Optional)
14
+
###Webpack Configuration
17
15
18
-
If you're using the `ffjavascript` package in a webpack project, you may need to disable the `splitChunks` option in your webpack configuration.
16
+
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.
19
17
20
18
```javascript
21
19
module.exports= {
@@ -26,3 +24,7 @@ module.exports = {
26
24
// ...
27
25
};
28
26
```
27
+
28
+
## License
29
+
30
+
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 commit comments