Skip to content

michaelsynan/canvas-image-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
    />

About

Canvas component for Vue that turns an image into separate canvas elements.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published