reymond-group / smilesDrawer

A small, highly performant JavaScript component for parsing and drawing SMILES strings. Released under the MIT license.
https://smilesdrawer.rocks
MIT License
416 stars 66 forks source link

Need example for nodejs #176

Closed rccc closed 12 months ago

rccc commented 12 months ago

Hello,

You examples are using a "script" tag inside the "head" section of the document to load the library !

You should know that nobody does this anymore now ! Everyone is using a javascript bundler with nodejs (webpack, roolup, parcel).

Please add an exemple for using with "import" directive in nodejs