This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Description
Given that our C++ bridge can easily use existing classes to represent types, I was wondering if we should not select some existing npm modules for example for color handling (or write ours) to do the job. Writing our JS classes in C++ is crazy.
And string should be native string, null should be null.
Pity JS has no tuples, could do for colors for example.
thoughts?