This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

v4js
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

V4.js

What is it?

V4.js is a lightweight animation wrapper for the HTML canvas element. It makes the animation process modular by providing an interface to add and remove code for rendering to the canvas as needed, improving performance and readability.

V4 includes a rich text system that provides greater control over rendering text in the canvas, with methods to align text, easily change fonts, position, font size, colors, and other properties before only accessable via css outside the canvas. Each can also be easily animated with V4's modular rendering system.

V4 also provides a way to bridge the gap between a standard 2D canvas and GLSL fragment shaders by making the current canvas available as a texture to be modified in a shader program.

Install

npm i v4js

Getting Started

Find the guide to get started, examples, and API reference in the docs.

License

Copyright (c) 2019 Christian Broms under Apache 2.0.

Readme

Keywords

Package Sidebar

Install

npm i v4js

Weekly Downloads

4

Version

0.1.5

License

Apache-2.0

Unpacked Size

846 kB

Total Files

77

Last publish

Collaborators

  • cbroms