pccp

0.3.0 • Public • Published

PCCP

Crop and adjust image colors into a browser

alt text alt text

Clone this repo and open demo.html for a try

API

Usage

 
<script type="text/javascript">
  document.addEventListener("DOMContentLoaded", () => pccp.init({
    output: [
      {
        w:480,
        h:240,
        t: 'large'
      },
      {
        w:300,
        h:150,
        t: 'medium'
      },
      {
        w:150,
        h: 75,
        t: 'small'
      }
    ]
  }));
</script>
 

Dependencies (4)

Dev Dependencies (22)

Package Sidebar

Install

npm i pccp

Weekly Downloads

2

Version

0.3.0

License

none

Last publish

Collaborators

  • xulien