formulant
v1.1.3
Published
Chemical equation parser
Readme
formulant
Chemical equation parser
Installation
npm install formulantUsage
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.
