Marc Lajoie
Results
1
comments of
Marc Lajoie
I have a node script which runs through all the AI files in a directory and calls something like this: ``` const child = require("child_process"); const AI2HTML_SCRIPT = "path/to/ai2html.js"; function...