eyereasoner 4.21.6 → 4.21.7
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 +5 -0
- package/dist/eye.d.ts +1 -1
- package/dist/eye.js +1 -1
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ Distributing the [EYE](https://github.com/eyereasoner/eye) reasoner for browser
|
|
|
6
6
|
[](https://github.com/eyereasoner/eye-js/tree/main/)
|
|
7
7
|
[](https://dependabot.com/)
|
|
8
8
|
[](https://github.com/semantic-release/semantic-release)
|
|
9
|
+
[](https://www.npmjs.com/package/eyereasoner)
|
|
9
10
|
|
|
10
11
|
## Usage
|
|
11
12
|
|
|
@@ -209,6 +210,10 @@ We provide some examples of using `eyereasoner`:
|
|
|
209
210
|
- Using as an npm package and bundling using webpack ([`./examples/rollup`](https://github.com/eyereasoner/eye-js/tree/main/examples/rollup)).
|
|
210
211
|
- Using a prebuilt version of `eyereasoner` ([`./examples/prebuilt`](https://github.com/eyereasoner/eye-js/tree/main/examples/prebuilt)) - this example is [deployed on github pages](https://eyereasoner.github.io/eye-js/example/index.html).
|
|
211
212
|
|
|
213
|
+
## Performance
|
|
214
|
+
|
|
215
|
+
We use [benchmark.js](https://benchmarkjs.com/) to collect the performance results of some basic operations. Those results are published [here](https://eyereasoner.github.io/eye-js/dev/bench/).
|
|
216
|
+
|
|
212
217
|
## License
|
|
213
218
|
©2022–present
|
|
214
219
|
[Jesse Wright](https://github.com/jeswr),
|