UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 267 B
/** * Copyright (c) 2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> */ export interface Script { expression: string; language: 'mol-script' | 'pymol' | 'vmd' | 'jmol'; }