
AmongSprite
Package for generating custom Among Us canvas.
🚀 Install
Simply run:
npm install amongsprite
📟 How to Use
Check the assets for the name of Backgrounds, hats, outfits and pets.
Syntax
• resolution
in pixels (looks nicer if < 600)
• hexColor
should be a 6-digit hex code (eg. #000000
)
• Other params should be valid names from assets OR an url to a custom image (use 600x600).
• If you use are using a custom image:
↳ #123456
will be replaced with the main color
↳ #654321
will be replaced with the shadow.
Note: Alternatively, you may import const { Types } = AmongSprite
for better content assistant.
const AmongSprite = const canvas = await AmongSprite
Example
Working example bellow should generate the same image above (Rick Sprite).
const AmongSprite = ;const Types = AmongSprite; const canvas = await AmongSprite; const fs = ;fs;
⚠️ Disclaimer
This is an unofficial Among Us Sprite generator. The fan art is provided by Among Us Avatar Maker whereas Innersloth owns all rights to Among Us.