https://github.com/mljs/conrec
JavaScript implementation of the CONREC contouring algorithm
https://github.com/mljs/conrec
Last synced: about 1 year ago
JSON representation
JavaScript implementation of the CONREC contouring algorithm
- Host: GitHub
- URL: https://github.com/mljs/conrec
- Owner: mljs
- License: mit
- Created: 2016-07-11T11:39:29.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T11:06:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-18T01:50:24.481Z (about 1 year ago)
- Language: TypeScript
- Size: 1.53 MB
- Stars: 8
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# conrec
[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![npm download][download-image]][download-url]
JavaScript implementation of the CONREC contouring algorithm.
Based on the JS code from https://github.com/jasondavies/conrec.js.
## Installation
`npm install ml-conrec`
## [API Documentation](https://mljs.github.io/conrec/)
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-conrec.svg
[npm-url]: https://npmjs.org/package/ml-conrec
[ci-image]: https://github.com/mljs/conrec/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/mljs/conrec/actions?query=workflow%3A%22Node.js+CI%22
[download-image]: https://img.shields.io/npm/dm/ml-conrec.svg
[download-url]: https://npmjs.org/package/ml-conrec