0.2.2 • Published 2 years ago

@olli-vn/scratch-vm v0.2.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

scratch-vm

Scratch VM is a library for representing, running, and maintaining the state of computer programs written using Scratch Blocks.

Build Status Coverage Status

We customized this package to add an extenstion for controlling Smart Speaker Maika of Olli Technology (https://olli.vn)

Installation

This requires you to have Git and Node.js installed.

To install as a dependency for your own application:

npm install @olli-vn/scratch-vm

To set up a development environment to edit scratch-vm yourself:

git clone https://github.com/olli-ai/scratch-vm
cd scratch-vm
npm install

How to use it ?

Please visit https://github.com/LLK/scratch-vm for more details.