0.3.0 • Published 7 years ago

pccp v0.3.0

Weekly downloads
20
License
-
Repository
-
Last release
7 years ago

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>
0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago