🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

bare-bmp

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-bmp

Native BMP codec for Bare

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

bare-bmp

Native BMP codec for Bare.

npm install bare-bmp

Usage

const bmp = require('bare-bmp')

// Decode BMP to RGBA
const { width, height, data } = bmp.decode(buffer)

// Encode RGBA to BMP
const buffer = bmp.encode({ width, height, data })

License

Apache-2.0

FAQs

Package last updated on 15 Jan 2026

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