cm-fen-editor
A FEN editor for the web written in vanilla ES6
It uses
- cm-chess A ES6 wrapper around chess.js and cm-pgn, can handle variants
- cm-chessboard The board, rendered in SVG, ES6 module
- cm-web-modules ES6 toolbox for building web applications
- Bind.js Nice and simple two-way data binding
- Bootstrap 4
Install
Run npm install
to install the dependencies and get it working.
Then you can request /index.html
in a webserver environment to
have a working FEN editor.