# conrec **Repository Path**: mirrors_mljs/conrec ## Basic Information - **Project Name**: conrec - **Description**: JavaScript implementation of the CONREC contouring algorithm - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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