qart.js

(β˜… 3,189)

Generate artistic QR code. 🎨

File Explorer

ZIP Download
  • .babelrc
  • .gitignore
  • .npmignore
  • intro.png
  • LICENSE
  • package-lock.json
  • package.json
  • README.md
  • webpack.config.js
  • yarn.lock

# Installation Guide

node
Prerequisites

Setup Steps

npm install qartjs

Install the qartjs package into your project.

Key Commands

npm install qartjs

Install the qartjs library as a dependency via npm.

You can also use the library directly via CDN by including the script tag.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

πŸ”

npm install

View Details β–Ό

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

πŸ”

script

View Details β–Ό

Record all terminal output to a typescript file.

script

Record a new session to a file named `typescript` in the current directory:

exit

Stop recording:

script {{path/to/session.out}}

Record a new session to a custom filepath:

πŸ”

color

View Details β–Ό

Set the console foreground and background colors.

color

Set the console colors to the default values:

color /?

List available color values and detailed information:

color {{foreground_code}}{{background_code}}

Set the console foreground and background to a specific color using hexadecimal numbers (`1-9,a-f`):

// repository documentation