UNPKG
@chemistry/mol3dview
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
Crystal Structure Viewer
github.com/vreshch/mol3dview
vreshch/mol3dview
@chemistry/mol3dview
/
src
/
molecule3d
/
io
/
IMoleculeReader.ts
9 lines
(7 loc)
•
217 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import { Molecule3D }
from
"../Molecule3D"
; export
interface
IMoleculeReader
{ name:
string
; extension:
string
[]; description:
string
;
loadMolecule
(
molecule
: Molecule3D,
data
:
string
|
object
):
void
; }