qc mean to quickly copy. it include some javascript snippet replace that you don't want use library which is so big or complex.
- cookie - write/read
- store - wrap localstorage to support most browser
- color - hex & RGB conversion to each other
- array - look origin source code
- copy snippet and insert into your code
- if you want use it at node
const Cookie = require('qclib/lib/cookie');
// or
import { Cookie } from 'qclib';
any other? no, just this;