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
This repository also exposes a script that can be used to generate the precomputation table from the command line. To use it, run the following command:
123
123
124
124
```sh
125
-
npm run cli <x><y>
125
+
node cli.mjs<x><y>
126
126
```
127
127
128
128
> ℹ️ Note that the script is a .mjs file. Consider using modern versions of nodejs to run it.
0 commit comments