We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a4fb1 commit d159c0cCopy full SHA for d159c0c
package.json
@@ -4,6 +4,7 @@
4
"description": "",
5
"main": "dist/bundle.js",
6
"dependencies": {
7
+ "@ungap/custom-elements": "^1.3.0",
8
"break_infinity.js": "^2.0.0",
9
"clipboard": "^2.0.11",
10
"eventemitter3": "^4.0.7",
src/Synergism.ts
@@ -1,3 +1,4 @@
1
+import '@ungap/custom-elements'
2
import type { DecimalSource } from 'break_infinity.js'
3
import Decimal from 'break_infinity.js'
import LZString from 'lz-string'
0 commit comments