Julie Pham
Results
3
comments of
Julie Pham
I met the same issue when using with Vue: ``` const stockfish = require("stockfish") this.engine = stockfish(); ```
@honkskillet I used the Worker way, let see my demonstration: https://github.com/nganphtgit/chess-bot
@honkskillet I coppied 3 files: *.js, *.wasm and *.asm, 3 files will be placed at public folder, the file stockfish.js will be embed in index.html and I used post/get message...