xfingine 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
- package/xfingine_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# xfingine
|
|
1
|
+
# xfingine
|
|
2
2
|
|
|
3
3
|
WebAssembly bindings for [**Xfingine**](https://github.com/sakthipriyan/xfingine) —
|
|
4
4
|
pure computation engines for personal finance planning.
|
|
@@ -7,13 +7,13 @@ Data in, arithmetic, data out. No UI, no network, no clock. The engines run
|
|
|
7
7
|
entirely in your browser.
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm i xfingine
|
|
10
|
+
npm i xfingine
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
15
15
|
```js
|
|
16
|
-
import init, { compute_emi, version } from 'xfingine
|
|
16
|
+
import init, { compute_emi, version } from 'xfingine';
|
|
17
17
|
|
|
18
18
|
await init();
|
|
19
19
|
|
package/package.json
CHANGED
package/xfingine_bg.wasm
CHANGED
|
Binary file
|