reasonml-community / belt

MIT License
49 stars 1 forks source link

canvas api #14

Open chenglou opened 6 years ago

bsansouci commented 6 years ago

I'm not sure I understand the intent behind having this. This would make rnb much more web specific, and potentially heavy on native. What about having a simple canvas API as a library that we can point people to?

jaredly commented 6 years ago

Hmmm I think rbn probably wants a "js namespace", that has things that only make sense on the web, but for which we really want a canonical implementation/binding

chenglou commented 6 years ago

Yep. Enough user land canvas bindings. Also, we can use conditional compilation to strip these away for native.