2.3.2 • Published 5 years ago

@chemistry/molpad v2.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Molpad

GitHub Build Status License: MIT

Simple Molecule Editor MolPad

How to use

import { MolPad } from '../src/molpad';
import * as React from 'react';
import * as ReactDOM from 'react-dom';

ReactDOM.render(
    (<MolPad />),
    document.getElementById('app') as HTMLElement
);

Technical description (all libraries):

  • Typescript 3.7
  • Auto tests with JEST
  • Height code coverage

Commands:

  • Start demo project: npm start
  • Run linter verification: npm run lint
  • Run linter verification & fix: npm run lintfix
  • Build project: npm run build

Release

git tag v2.3.0
git push --tags

License

This project is licensed under the MIT license, Copyright (c) 2020 Volodymyr Vreshch. For more information see LICENSE.md.

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.3.8

5 years ago

2.3.7

5 years ago

2.1.0

7 years ago

2.0.18

7 years ago

2.0.17

7 years ago

2.0.16

7 years ago

2.0.15

7 years ago

2.0.14

7 years ago

2.0.12

7 years ago

2.0.11

7 years ago

2.0.10

7 years ago

2.0.9

7 years ago

2.0.8

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago