0.1.6 • Published 8 years ago

regular-color v0.1.6

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

regular-color

version Build Status Github licences

nodei

Inspired by vue-color.

Eye Dropper for Chrome with RegularJS.

Installation

$ npm install regular-color

Usage

  • CommonJS
var color = require('regular-color');
  • Global

Include the link and the script in the browser:

<!-- css -->
<link rel="stylesheet" href="//unpkg.com/regular-color/dist/color.min.css">

<!-- RegularJS -->
<script src="https://rawgit.com/regularjs/regular/master/dist/regular.js"></script>
<!-- the eyedropper component -->
<script src="//unpkg.com/regular-color/dist/color.min.js"></script>

CDN

unpkg

# css
//unpkg.com/regular-color/dist/color.min.css

# js
//unpkg.com/regular-color/dist/color.min.js

# or
//unpkg.com/regular-color/dist/color.total.js

Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run startdev

# build for production with minification
npm run build

LICENSE

MIT

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago