@intrastellar/lozza 0.1.0

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.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/index.js +4834 -0
  3. package/package.json +18 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # @intrastellar/lozza
2
+
3
+ Browser-compatible Lozza chess engine for userscripts and Node.js.
4
+
5
+ The package exposes `getBestMoveFromFen(fen, options)` through CommonJS and
6
+ also publishes `globalThis.DLPLozza` when loaded as a browser script.