Open mw66 opened 1 year ago
I have some JavaScript code which draw chess board on web page (in a Django web app), can this js draw code work with flutter_js?
Basically, I want to know if JavaScript UI code works under the hood of flutter_js?
Thanks.
This project only provides a JavaScript runtime. For web pages, you'll also need a DOM api which is not available.
I have some JavaScript code which draw chess board on web page (in a Django web app), can this js draw code work with flutter_js?
Basically, I want to know if JavaScript UI code works under the hood of flutter_js?
Thanks.