1
0
Fork 0
mirror of https://github.com/moritzruth/node-enttec-open-dmx-usb.git synced 2025-04-21 07:41:22 +02:00

Update README.md

This commit is contained in:
Moritz Ruth 2020-12-29 12:26:59 +01:00 committed by GitHub
parent 5037b74865
commit a3630193f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,9 @@ npm install enttec-open-dmx-usb
``` ```
## Usage ## Usage
All functions are documented using JSDoc and the code is easy to understand, so feel free to [explore it](src/index.ts). [**View documentation on jsdocs.io**](https://www.jsdocs.io/package/enttec-open-dmx-usb#EnttecOpenDMXUSBDevice)
All functions are documented and the code is easy to understand, so feel free to [explore it](src/index.ts).
```js ```js
import { EnttecOpenDMXUSBDevice as DMXDevice } from "enttec-open-dmx-usb"; import { EnttecOpenDMXUSBDevice as DMXDevice } from "enttec-open-dmx-usb";