FractionJS
A downloadable library
FractionJS
FractionJS is an implementation of fractions for Javascript.
Steps
- Import into the project as a submodule to the desired folder (per the readme)
- import into your project
For ES6:
import { Fraction } from "./path/to/folder/Fraction.mjs"
For CommonJS
const Fraction = require("./path/to/folder/Fraction.cjs")
Status | Released |
Category | Tool |
Author | jadedrakerider |
Tags | commonjs, es6, fraction, javascript, library |
Code license | MIT License |
Leave a comment
Log in with itch.io to leave a comment.