2.3.2 • Published 3 years ago

@chemistry/molpad v2.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.3.8

3 years ago

2.3.7

3 years ago

2.1.0

6 years ago

2.0.18

6 years ago

2.0.17

6 years ago

2.0.16

6 years ago

2.0.15

6 years ago

2.0.14

6 years ago

2.0.12

6 years ago

2.0.11

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago