genex.js icon indicating copy to clipboard operation
genex.js copied to clipboard

Using this in browser

Open ddooley opened this issue 5 years ago • 1 comments

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

ddooley avatar Jun 19 '20 22:06 ddooley

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?

ddooley avatar Jun 19 '20 22:06 ddooley