UNPKG

@iktos/rdkitjs

Version:

RDKit-js implementation based on RDKit's original c++ source and emscripten

3 lines (2 loc) 219 B
import { Details, Mol } from '../types'; export declare function draw(mol: Mol, qmol?: Mol, canvas?: HTMLCanvasElement, details?: Details, width?: number, height?: number, offsetx?: number, offsety?: number): string;