UNPKG

smiles-drawer

Version:

A SMILES drawer and parser. Generate molecular structure depictions in pure JavaScript.

6 lines (4 loc) 157 B
import * as esbuild from 'esbuild'; import * as params from './params.mjs'; let context = await esbuild.context(params.DEV_BUNDLE); await context.watch();