Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 303 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 303 Bytes

@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 ]
}