lhasa-ligand-builder 0.4.1 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/assets/lhasa.js +1 -1
- package/dist/assets/lhasa.wasm +0 -0
- package/dist/lhasa-ligand-builder.js +1545 -1504
- package/dist/src/Lhasa.d.ts +1 -1
- package/dist/src/LhasaEmbedder.d.ts +1 -1
- package/dist/src/about_popup.d.ts +1 -1
- package/dist/src/bansu_integration.d.ts +1 -1
- package/dist/src/main.d.ts +2 -1
- package/dist/src/qed_property_infobox.d.ts +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@ Frontend for Lhasa - Moorhen's ligand builder: a React + WebAssembly version of
|
|
|
4
4
|
|
|
5
5
|
LhasaReact can also be used standalone, outside of Moorhen.
|
|
6
6
|
|
|
7
|
+
## Features
|
|
8
|
+
|
|
9
|
+
TODO: Expand this section before next release
|
|
10
|
+
|
|
7
11
|
## Installation / embedding
|
|
8
12
|
|
|
9
13
|
There is an npm package available: [`lhasa-ligand-builder`](https://www.npmjs.com/package/lhasa-ligand-builder).
|