Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

Node canvas in rescript

$
0
0

The screenshot seems to be cropped too much? Can you try again? Or post the error message text?

Usually,

%%raw(`require("canvas")`)

should work, but if somehow not we also have the @@directive feature which puts its contents above everything else:

@@directive(`require("canvas")`)

Viewing all articles
Browse latest Browse all 2592

Trending Articles