1.1.3 • Published 2 years ago

formulant v1.1.3

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

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago