1.1.3 • Published 1 year ago

formulant v1.1.3

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