Skip to content

Commit

Permalink
chore(win32-ia32): init project
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafyh committed Jul 29, 2024
1 parent 26e5ff2 commit da600b1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
10 changes: 10 additions & 0 deletions npm/win32-ia32/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# `Compiled files for heif-converter`

### Source
[heif-converter](https://www.npmjs.com/package/@myunisoft/heif-converter)

### Target

`os`: Windows
`cpu`: x86
`compiler`: msvc
32 changes: 32 additions & 0 deletions npm/win32-ia32/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "@myunisoft/heif-converter.win32-ia32",
"version": "0.0.1",
"description": "Prebuilt heif-converter for use with Windows x64",
"author": "Nicolas Marteau <[email protected]>",
"homepage": "https://github.com/MyUnisoft/heif-converter",
"repository": {
"type": "git",
"url": "git+https://github.com/MyUnisoft/heif-converter.git",
"directory": "npm/win32-ia32"
},
"license": "MIT",
"preferUnplugged": true,
"files": [
"lib"
],
"publishConfig": {
"@myunisoft:registry": "https://registry.npmjs.org/"
},
"exports": {
"./converter.node": "./lib/converter.win32-ia32.node"
},
"engines": {
"node": ">=16.x"
},
"os": [
"win32"
],
"cpu": [
"x64"
]
}

0 comments on commit da600b1

Please sign in to comment.