WASM => WebAssembly

This commit is contained in:
ICheered
2023-08-03 17:18:38 +02:00
parent ea674be2ff
commit 6358e6c7ef
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "web-gphoto2",
"version": "0.1.0",
"description": "WASM implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web",
"description": "WebAssembly implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web",
"main": "ui/libapi.mjs",
"types": "ui/libapi.mjs.d.ts",
"scripts": {
@@ -14,7 +14,7 @@
"keywords": [
"gphoto2",
"libusb",
"wasm"
"webassembly"
],
"author": "Ingvar Stepanyan - RReverser - me@rreverser.com",
"license": "LGPLv2.1",