formulant
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

formulant

Chemical equation parser

Installation

npm install formulant

Usage

import parse from 'formulant';

const equation = parse('H2O+CO2->H2CO3'); // Can't handle whitespace
console.log(equation);

Demo

https://jsfiddle.net/8850s/q1z3fupe/show/

License

This project is licensed under the MIT license.

/formulant/

    Package Sidebar

    Install

    npm i formulant

    Weekly Downloads

    7

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    25.3 kB

    Total Files

    17

    Last publish

    Collaborators

    • shreyasm-dev