1.0.2 • Published 7 years ago

ta-color v1.0.2

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

TA-Color

TA-Color aims to provide a fully featured library to easily manipulate colors with TypeScript or JavaScript. It provides some common functionality such as:

  • HSL/A support
  • RGB/A support
  • Hexadecimal support
  • CSS colors support
  • Color operation
  • Color conversion

Have a look to our documentation and examples

Table of contents

Quick start

To get ta-color you can:

  • Clone the repository git clone https://github.com/ThunderArrow/ta-color.git
  • Install via npm npm install ta-color

What's in ?

  • If you got it with git: TypeScript source files and Webpack configuration
  • If you got it with npm: Compiled JavaScript and typings (.d.ts) files and source maps that can be use with your developer tools.

Bugs and feature requests

If you have any request or you found an issue with ta-color, please report it to the Github issue tracker

Documentation

You can find the complete documentation with examples here or on the Github wiki of the project.

Tools

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature

Development

  • npm scripts: * Run npm build to publish your modifications in the dist folder using webpack

Versioning

We use Semantic Versioning guidelines to maintain the project and ensure optimal compatibility.

Creators

This module is proposed by: Thunder Arrow, and developed by:

Copyright and license

Code and documentation copyright 2015-2017 ThunderArrow SAS. released under the MIT License.

Changelog

See the changelog file here