UNPKG

@danidoble/webserial-vending-commands

Version:
28 lines (18 loc) 667 B
# WebSerial Vending Commands This package provides a simple and efficient way to parse and handle data from Web Serial API connections. It is designed to make working with serial data in web applications straightforward and reliable. ## Installation You can install this package using your preferred package manager: ### Using npm ```bash npm install @danidoble/webserial-vending-commands ``` ### Using bun ```bash bun add @danidoble/webserial-vending-commands ``` ### Using pnpm ```bash pnpm add @danidoble/webserial-vending-commands ``` ## Usage After installation, you can import and use the package in your project to handle Web Serial data efficiently.