Euler's diagrams are non-empty Venn's diagrams. For further information, read following wikipedia article. Have fun!
We run the command on bash terminal:
npm i --save eulejs
We do:
- Navigate to folder
example/commonjs
ORexample/esmodule
- Run the command
npm install && npm start
The following output log appears in console:
{
d: [ 6 ],
'c,d': [ 5 ],
'a,b,c,d': [ 3 ],
'b,c': [ 4 ],
'a,b': [ 2 ],
a: [ 1 ]
}
- Free software: MIT license