0.2.0 • Published 6 years ago

fit-image-compare v0.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

Built With Stencil

Stencil image compare Component

Stencil is a compiler for building fast web apps using Web Components.

Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.

Stencil components are just Web Components, so they work in any major framework or with no framework at all.

Getting Started

Clone this repo and cd into the folder, then run the following commands

npm install
npm start

To watch for file changes during develop, run:

npm run dev

Need help? Check out our docs here.

Usage

Preview

Preview

<fit-image-compare original="path/to/original-image.png" modified="path/to/modified-image.png"></fit-image-compare>

Custom colors

You can change the color of the slider handle and the arrows using css variables.

Variables:

    --compare-primary-color: #366dc4;
    --compare-secondary-color: #ffffff;
0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago