0.5.3 • Published 1 year ago

canvas-image-grid v0.5.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Vue Component for Transforming an Image into a Canvas Element

This component transforms an image into a canvas element with a specified number of rows and columns. Each element can then be targeted with Javascript and CSS to perform animation and transformations.

Installation

npm i canvas-image-grid

Example usage

    <CanvasGrid
      :image="theimage"
      :columns="columns"
      :rows="rows"
      :canvasHeight="100"
    />
0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.1-beta.1

1 year ago

0.5.0-beta.1

1 year ago