UNPKG
bokehmol
Version:
dev (0.1.2-rc1)
latest (0.2.0)
0.2.0
0.1.2-rc1
0.1.2-a3
0.1.2-a2
0.1.2-a1
0.1.1
0.1.0
0.1.0-a3
0.1.0-a2
Handle molecules with bokeh
github.com/cbouy/bokehmol
cbouy/bokehmol
bokehmol
/
dist
/
lib
/
index.js
5 lines
•
168 B
JavaScript
View Raw
1
2
3
4
5
import
*
as
bokehmol
from
"./models"
;
export
{ bokehmol };
import
{ register_models }
from
"@bokehjs/base"
;
register_models
(bokehmol);
//# sourceMappingURL=index.js.map