Denis Efremov
Denis Efremov
@macdja38 #41 not json, but FEN
Hello. I use require like [here](https://github.com/Piterden/chessbot/blob/dev/src/handlers/inlineJoin/index.js#L1) ```js const chess = require('chess') ``` and everything work fine.
I use `v0.4.9`/ Try to downgrade for now. It seems I got the problem reason.
Not very much about [45 commits](https://github.com/brozeph/node-chess/compare/v0.4.9...v1.0.2)
```js import chess = require('chess'); // WRONG!!! import chess from 'chess'; // CORRECT! // You can import create function directly import { create, createSimple } from 'chess'; ```
What do you mean why? Because ECMAScript doesn't support that syntax. Maybe TS supports, but I highly not recommend to use TS in development generally.
You are fast like the meteor. With your help needs to be written a new reactive framework. 1. Sorry, could you give me the reference, where from did you know,...
If you are interesting ```yaml root: true extends: default env: es6: true browser: true parserOptions: ecmaVersion: 6 allowImportExportEverywhere: false globals: $: true google: true window: true require: true CSRF_TOKEN: true...
Thank you! Peace! ))
Hello, This is the frontend repo, you need also the backend. https://github.com/Piterden/crosswords-api You can try if you wish.