JSPM

color-from-image

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q26286F
    • License MIT

    Pick color from an image

    Package Exports

    • color-from-image
    • color-from-image/dist/index.js
    • color-from-image/dist/index.modern.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (color-from-image) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    image-color-picker

    Pick color from an image

    NPM JavaScript Style Guide

    Install

    npm install --save image-color-picker

    Usage

    import React from 'react'
    
    import ImageColorPicker from 'image-color-picker'
    
    const App = () => {
      return <ImageColorPicker src='...' />
    }
    
    export default App

    Documentation

    You can use all attributes.

    Parameter Type Description
    hideColor boolean To hide color view in hex.
    onChangeColor (hexColor: string) => void To get color on mouse moved.
    onChooseColor (hexColor: string) => void To get color on click.

    License

    MIT © abdulrahmanAlh