chore(README): README ドキュメント追加 (#49)

README ドキュメント追加

---------

Co-authored-by: akihiko kigure <akihiko.kigure@lifewood-m1.local>
This commit is contained in:
Akihiko.KIgure 2023-02-17 16:05:54 +09:00 committed by GitHub
parent d13035b997
commit 8476a25184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -28,4 +28,8 @@ main();
## Document ## Document
[Web GPIO API](http://browserobo.github.io/WebGPIO) - [TSDoc](http://chirimen.org/node-web-gpio/)
## Reference
- [Web GPIO API for W3C Draft](http://browserobo.github.io/WebGPIO)

View file

@ -1,6 +1,6 @@
{ {
"name": "node-web-gpio", "name": "node-web-gpio",
"version": "1.0.17", "version": "1.0.18",
"description": "GPIO access with Node.js", "description": "GPIO access with Node.js",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",