@espruino-tools/core
TypeScript icon, indicating that this package has built-in type declarations

1.2.13 • Public • Published

npm building deploy

@espruino-tools/core

An interactive Espruino package to simplify the code interaction between Espruino device and the javascript code. This package intends to simplift the implementation of the uart.ts package by making it more suitable to building stand alone web applications which incorporate web bluetooth espruino devices.

This tool requires web bluetooth to work so only works on chromium based web browsers of chrome version 56+.

Documentation for this package can be found here

Installation

CDN

We use unpkg to allow for CDN usage within the script tags it can be accessed like so.

<script src="https://unpkg.com/@espruino-tools/core@latest/min/main.min.js"></script>

NPM

run npm i @espruino-tools/core in the root of your node project.

from here you can use the package and example of the use is below

import { Puck } from '@espruino-tools/core';

const puck = new Puck();

puck.connect();

Further information on package functionality can be found on the documentation here

Readme

Keywords

Package Sidebar

Install

npm i @espruino-tools/core

Weekly Downloads

0

Version

1.2.13

License

ISC

Unpacked Size

1.88 MB

Total Files

24

Last publish

Collaborators

  • claretb
  • jgrizou
  • callummclu