benfred/venn.js

Import to react?

rkdmen opened this issue · 4 comments

Hi,

Im trying to import venn.js using npm into react. Keep saying venn is undefined..is there cdn available?

figured out another way.

Which was this other way @rkdmen? Might be useful for other people to know.

@luc-tielen - import * as venn from 'venn.js' works

Alternately you can import the named modules: import { VennDiagram } from 'venn.js'