Thijs Busser
Thijs Busser
I think it might have to do with the size of the viewport. Could you let me know the resolution of your screen so I can better investigate?
I agree, this would useful to have as a standalone module which can be integrated into something else. I have no experience in making Node modules but I think I...
Okay, so Node it is. Any suggestions as to what would make a good repository name? Perhaps node-jscc?
@d-simon Everything is already wrapped in a [UMD pattern](https://github.com/umdjs/umd), so that is covered. I've refactored the way the compatibility data is loaded so it will be easier to have the...
I have a basic Node.js version available of the JSCC. It can consume a glob, loads the compatibility data and analyses the files matching the glob. I have no previous...
@andrewrota Thanks! Logging to the console it will be for now. Expect an update soon. The repository for the Node.js version is up and can be found [here](https://github.com/tbusser/node-jscc).
Yeah, that is definitely on my to-do list. It will require a bit of work as the DataStore now has these regexs as RegExp objects. They'll have to converted to...