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

README ドキュメント追加

---------

Co-authored-by: bot <bot@example>
Co-authored-by: akihiko kigure <akihiko.kigure@lifewood-m1.local>
Co-authored-by: Kohei Watanabe <kou029w@gmail.com>
This commit is contained in:
Akihiko.KIgure 2023-02-17 16:01:14 +09:00 committed by GitHub
parent 08b7ac98e3
commit dd94f1f8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "node-web-i2c",
"version": "1.1.23",
"version": "1.1.24",
"description": "I2C access with Node.js",
"main": "index.js",
"files": [

View file

@ -590,7 +590,7 @@ functional-red-black-tree@^1.0.1:
get-stream@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz"
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
glob-parent@^5.1.0: