New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

contours.ts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contours.ts

Extract shapes & contours in an image, for browsers and node.js.

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

contours.ts

Extract shapes & contours in an image, for browsers and node.js.

Build Status codebeat badge codecov All Contributors

NPM

Features

How to use

Use

import { ContourFinder } from 'contours.ts'

const contours = new ContourFinder(data).extract()

console.log(contours) // array of points

Install

Recommended way to install is by using package manager (npm, yarn etc):

npm i contours.ts

or use cdn:

<script src="//unpkg.com/contours.ts"></script>

or download manually:

contours.ts

Contributions

Contirbutions are welcome, entire code base is filled with comments and tests are defined using jest

Keywords

FAQs

Package last updated on 27 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc