README
TS_CROSSWORD
Just a script used to generate a grid object wich can be imported in JS.
The script also include a function to export in JSON (in later release) to use it with other language or to use it in the server side.
Find me on github on: https://github.com/Simarra/ts_crossword
Version 1.1.x
- fix for idx overwritting
Version 1.0.0
- First stable release
- Add possibility to get array of items.
Version 0.0.4
- Export grid and word classes.
Version 0.0.2 3
- Release with Readme.
- fix facade
Version 0.0.1
- First release