This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Canvas Polyline", | |
"description": "Draw a polyline on a Canvas", | |
"keywords": [ "canvas", "line", "draw", "polyline" ], | |
"version": "0.1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "CSS 3 Transitions Detector", | |
"description": "Detects CSS 3 transitions support on many browsers", | |
"keywords": [ "CSS 3", "transitions", "detect", "crossbrowser", "animation" ], | |
"version": "0.1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "getElementsByClassName", | |
"description": "Prototype methods for Internet Explorer <9.0 and other old web browsers that do not support HTML5.", | |
"keywords": [ "class", "dom", "ie", "prototype" ], | |
"version": "0.1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "HSVHSLConverter", | |
"description": "Converts back and forth between HSV and HSL.", | |
"keywords": [ "color", "hsl" "hsv" ], | |
"version": "0.1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hsl2rgb", | |
"description": "Converts hue-saturation-lightness to red-green-blue color value.", | |
"version": "0.1.0", | |
"contributors": [ | |
{ | |
"name" : "Martin Kleppe", | |
"url" : "https://github.com/aemkei" | |
}, | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hsvToRgb", | |
"description": "Converts colors from HSV to RGB.", | |
"keywords": [ "color", "rgb", "hsv" ], | |
"version": "0.1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "StateMachineGenerator", | |
"description": "A state machine generator", | |
"keywords": [ "state", "machine", "generator", "fsm", "design pattern" ], | |
"version": "0.1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Digartis.js", | |
"description": "Generates random hex colors from 000000 to ffffff", | |
"keywords": [ "random", "hex", "color" ], | |
"version": "0.1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "distanceLatLng", | |
"description": "Calculate distance between Latitude/Longitude points.", | |
"keywords": [ "geo", "maps", "distance" ], | |
"version": "0.1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "getRandomString", | |
"description": "Generate random alpha [a-zA-Z] string.", | |
"keywords": [ "random", "string" ], | |
"version": "0.1.0" | |
} |
NewerOlder