0.6.0 • Published 6 months ago

@vfx-js/core v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

VFX-JS is a JavaScript library to add WebGL-powered effects to your website. You can easily attach it to normal <img>, <video> elements etc.

This is the core implementation of REACT-VFX.

Usage

Install via npm:

npm i @vfx-js/core

Then create VFX object in your script:

import { VFX } from '@vfx-js/core';

const img = document.querySelector('#img');

const vfx = new VFX();
vfx.add(img, { shader: "glitch", overflow: 100 });

Examples

TBD: See VFX-JS website for now.

https://amagi.dev/vfx-js/

Author

AMAGI

LICENSE

MIT

0.6.0

6 months ago

0.5.2

10 months ago

0.5.0

11 months ago

0.5.1

11 months ago

0.3.0

12 months ago

0.2.0

1 year ago

0.4.1

12 months ago

0.4.0

12 months ago

0.1.0

1 year ago