@commoners/serial
v0.0.52
Published
A plugin for connecting to Serial devices on both **web** and **desktop** using the [Web Serial API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API).
Downloads
114
Readme
@commoners/serial
A plugin for connecting to Serial devices on both web and desktop using the Web Serial API.
Example
import serialPlugin from '@commoners/serial'
export default {
plugins: [ serialPlugin ]
}