nayuki / nayuki/QR-Code-generator

Packaging for web

Open
#223 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
6.8k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

Hi! I absolutely love this piece of software, QR codes are both sound and minimal. ❤

Though, there are a few issues with packaging: there is no easy way to use the library in case of javascript.

At first, you need a package.json. There should be all the information required for publishing to npmjs.com.

It is pretty much a standard to have a link at https://cdnjs.com/, as somebody who'd like to play with the library will just insert a script on their webpage and try it like:

<script src="https://cdn.jsdelivr.net/npm/nayuki/dist/qr-code-generator.min.js"></script>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the JavaScript distribution around dist/qr-code-generator.min.js and checking the repository's current packaging layout. Compare the requested package.json and npm/CDN usage with existing release conventions. Done means the web library has the package metadata and browser-consumable distribution needed for the described script usage.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
release, web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.