Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

xulien/pccp

Repository files navigation

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>

Releases

No releases published

Packages

No packages published