Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sean_kenny/coloured-bitmap-to-geojson-polygons-js

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sean_kenny/coloured-bitmap-to-geojson-polygons-js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@sean_kenny/coloured-bitmap-to-geojson-polygons-js",
"version": "0.1.1",
"version": "0.1.2",
"description": "A library for convering colour segmented bitmaps to a GeoJSON file of polygons.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -18,4 +18,4 @@ # coloured-bitmap-to-geojson-js

```
const { outputGeoJSON, bmpFileMetadata } = exportColouredBitmapToGeoJSONPolygons({
inputFilePath: '/path/to/your/file/your_file.bmp'
const { outputGeoJSON, bmpFileMetadata } = await exportColouredBitmapToGeoJSONPolygons({
inputFilePath: '/path/to/your/file/your_file.bmp',
colourToPropertiesMap: {

@@ -22,0 +22,0 @@ "#ff0000": {

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