qart.js
Generate artistic QR code. π¨
File Explorer
- FUNDING.yml
- qart.js
- qart.js.map
- qart.min.js
- qart.min.js.map
- example.png
- index.html
- qart.js
- qrcode.js
- util.js
- .babelrc
- .gitignore
- .npmignore
- intro.png
- LICENSE
- package-lock.json
- package.json
- README.md
- webpack.config.js
- yarn.lock
# Installation Guide
nodeSetup 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.
# Use via CDN
jsDelivrjsDelivr 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 βΌ
npm install
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 βΌ
script
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 βΌ
color
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`):
