1.1.3 • Published 3 years ago

formulant v1.1.3

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

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.

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago