npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ac-designs

v0.4.0

Published

Animal Crossing QR code generator/parser

Downloads

6

Readme

ac-designs

This package makes it easy to generate and parse QR codes for Animal Crossing designs.

Many thanks to ACNLPatternTool, which served as inspiration and reference for much of the design processing and data formatting code in this library.

This isn't quite ready for use yet, so check back soon!

Roadmap

  • [X] QRData Class

    • [X] Generate QR code images
    • [X] Switch image generation to node-canvas
  • [X] Design Class

    • [X] Read QR properties from byte data
    • [X] Write QR properties to byte data
    • [X] Read design data from one or more QRData instances
    • [X] Write new design data back out to QRData instances
    • [ ] Convert normal images to AC designs, scaling and converting colors where necessary
  • [X] ColorPalette/Color Classes

    • [X] Convert between AC colors and standard RGB colors
  • [X] IndexedImage Classes

    • [X] Store the design's image data in a separate class
    • [X] Get/set the color index for individual pixels
    • [X] Get/set all color index values for each segment
    • [X] Enable compositing multiple image data segments together in an arbitrary layout
    • [ ] Enable modifying individual pixel bytes from the colorIndexes array on derived segments (via proxies)
    • [ ] Provide individual clothing segments (e.g. front/back/sleeves) based on the usage type
  • [X] Image Class

    • [X] Convert AC design format to normal images
    • [X] Output PNG files/data URLs
    • [X] Output to canvas elements
    • [X] Use xBRZ to smooth upscaled images
    • [X] Switch to node-canvas
  • [ ] Cleanup

    • [X] Improve naming consistency between to* and get* methods
    • [X] Improve consistency between QR image and rendered design image output methods
    • [X] Update Color to make it more clear that color values are ACNH byte codes
    • [X] Tests: Import classes from '../src/index'
    • [X] Improve error messages (e.g., show the expected/actual byte counts)
    • [ ] ~~Rename fields called colorPalette to palette~~
    • [X] Include the transparent color in ColorPalette
    • [X] Change colorData/"color data" to image data
  • [ ] Documentation/examples

    • [ ] Write documentation
    • [ ] Add node example
    • [X] Add Vue examples
      • [X] Image previews
      • [X] QR images
      • [ ] Individual segment previews (front/back/sleeves/etc)
      • [X] Interactive canvas for drawing designs