0.5.3 • Published 2 years ago

canvas-image-grid v0.5.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.1-beta.1

2 years ago

0.5.0-beta.1

2 years ago