@chemistry/molpad

2.3.2 • Public • Published

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.

/@chemistry/molpad/

    Package Sidebar

    Install

    npm i @chemistry/molpad

    Weekly Downloads

    0

    Version

    2.3.2

    License

    MIT

    Unpacked Size

    914 kB

    Total Files

    124

    Last publish

    Collaborators

    • vreshch