image-patch
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published
import wasm from 'image-patch'
global.alert=console.log
wasm.greet()
const buffer1 = readFileSync("a.png")
const buffer2 = readFileSync("b.png")

writeFileSync('combined.png', wasm.image_combine(buffer1, buffer2, 0));

Readme

Keywords

none

Package Sidebar

Install

npm i image-patch

Weekly Downloads

4

Version

0.1.2

License

none

Unpacked Size

1.31 MB

Total Files

5

Last publish

Collaborators

  • small_code