abner / flutter_js

A Javascript engine to use with flutter. It uses quickjs on Android and JavascriptCore on IOS
MIT License
473 stars 124 forks source link

Q: if the JavaScript draw , does this work with flutter_js? #124

Open mw66 opened 1 year ago

mw66 commented 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.

tsouza-squid commented 1 year ago

This project only provides a JavaScript runtime. For web pages, you'll also need a DOM api which is not available.