shaack / cm-chessboard

A JavaScript chessboard without dependencies. Rendered in SVG, coded in ES6. Views FEN, handles move input, animated, responsive, expandable
MIT License
216 stars 68 forks source link

update es module specification #128

Closed Disservin closed 1 year ago

Disservin commented 1 year ago

Array.prototype.includes() is an es2016/e7 feature. Up to you what you do with this information :p

https://github.com/shaack/cm-chessboard/blob/master/src/extensions/render-video/RenderVideo.js#L139

shaack commented 1 year ago

OK, but RenderVideo is just an optional extension, so it does not bother the main chessboard.

Disservin commented 1 year ago

as i said feel free what to do with this information :d just close it if you only meant the "core"