UNPKG

miijs

Version:

Read, Edit, Write, and make Special Miis from a Wiimote binary file or 3DS QR Code to a binary file or QR code

39 lines (38 loc) 905 B
{ "name": "miijs", "version": "2.0.1", "description": "Read, Edit, Write, and make Special Miis from a Wiimote binary file or 3DS QR Code to a binary file or QR code", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/KestronProgramming/MiiJS.git" }, "keywords": [ "Mii", "QR", "3DS", "Wii", "Remote", "Special" ], "author": "Kestron", "license": "ISC", "bugs": { "url": "https://github.com/KestronProgramming/MiiJS/issues" }, "homepage": "https://github.com/KestronProgramming/MiiJS#readme", "dependencies": { "canvas": "^3.1.0", "gl": "^8.1.6", "https": "^1.0.0", "jimp": "0.22.12", "jsdom": "^26.1.0", "jsqr": "^1.4.0", "path": "^0.12.7", "qr-code-styling": "^1.9.2", "three": "0.138.3" } }