An open API service indexing awesome lists of open source software.

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

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