Skip to content

mazong1123/neatjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

neatjs

A collection of useful JavaScript functions. Just simple and useful.

Installation

Just add the reference in your HTML file:
<script src="neat.js"></script>

Example

// Create a new guid.
var newGuid = neat.newGuid();

// Convert color hex to rgb.
var rgb = neat.hexToRgb('#FFFFFF');

About

A collection of useful JavaScript functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published