genex.js
genex.js copied to clipboard
Using this in browser
What is the easiest way to use this in a browser app? I've been trying to learn how to adjust the code to expose it that way but am not that familiar with node.js .
I did a "browserify browserify index.js -o bundle.js" in the build directory, but still can't reference the genex in the same way that you show for node.js
Regards, Damion
I just came across this browser-oriented branch: https://github.com/AuthenticatedThoughts/genex-js However your branch and this one raise a question - can we just get the very first regex generated result without generating the potentially infinite list of others?