Package Exports
- scratchlib
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scratchlib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Table of contents
About
ScratchLib is a powerful Node.JS module to work with the Scratch API. It provides many methods and properties you never heard of, and does requests for you.
Installation
NPM
Open a terminal. If you are beginning your project, init the folder with npm init
.
It will create a package.json file.
Then, you have to install the dependencies, by doing npm install
in the console.
How to use
Start by requiring the module.
const Scratchlib = require("scratchlib");
Congrats - you can now access to the many properties this module offers!
Documentation
Contributing
You can contribute to this project by doing a PR, that are greatly appreciated 😉
Help
Do you need help? Message me on Discord: Mazz#4946
.