Skip to content

Jarvis-Q/qclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qclib

qc mean to quickly copy. it include some javascript snippet replace that you don't want use library which is so big or complex.

list

  • cookie - write/read
  • store - wrap localstorage to support most browser
  • color - hex & RGB conversion to each other
  • array - look origin source code

how to use

  1. copy snippet and insert into your code
  2. if you want use it at node
    const Cookie = require('qclib/lib/cookie');
    // or
    import { Cookie } from 'qclib';

any other? no, just this;

About

some javascript snippets piece together

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published