Skip to content

Commit 7936442

Browse files
committed
Initial commit (only encoding)
0 parents  commit 7936442

File tree

2 files changed

+478
-0
lines changed

2 files changed

+478
-0
lines changed

package.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "libwebp",
3+
"description": "D bindings for WebP",
4+
"homepage": "https://github.com/lionello/libwebp",
5+
"authors": [
6+
"Lionello Lunesu"
7+
],
8+
"libs": ["webp"],
9+
"targetType": "sourceLibrary",
10+
"dependencies": {
11+
}
12+
}

0 commit comments

Comments
 (0)