jjkaufman / Wiv.js
Licence: mit
A library for a more wiggly div
Stars: ✭ 331
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Wiv.js
Klinechart
📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)
Stars: ✭ 303 (-8.46%)
Mutual labels: canvas
Html5 Canvas Animation
🚀 3D lines animation with three.js
Stars: ✭ 278 (-16.01%)
Mutual labels: canvas
Easycanvas
数据驱动、2D&3D、渐进式Canvas库,支持JSX,配备Chrome调试插件,支持微信小游戏、物理引擎等。
Stars: ✭ 281 (-15.11%)
Mutual labels: canvas
Angular Editor Fabric Js
Drag-and-drop editor based on Fabricjs for Angular.io
Stars: ✭ 295 (-10.88%)
Mutual labels: canvas
Canvas Designer
Collaborative, extendable, JavaScript Canvas2D drawing tool, supports dozens of builtin tools, as well as generates JavaScript code for 2D animations.
Stars: ✭ 268 (-19.03%)
Mutual labels: canvas
Canvasapi
Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
Stars: ✭ 306 (-7.55%)
Mutual labels: canvas
Dygraphs
Interactive visualizations of time series using JavaScript and the HTML canvas tag
Stars: ✭ 2,953 (+792.15%)
Mutual labels: canvas
Vue Canvas Poster
vue生成海报图,一个通过 css 属性画 canvas 图片的轻量级的 vue 组件 (Vue poster,a lightweight vue component that draws canvas images via css properties.)
Stars: ✭ 281 (-15.11%)
Mutual labels: canvas
Eex
Web experiments. Lots of Canvas stuff. View demos on project site (Chrome recommended):
Stars: ✭ 317 (-4.23%)
Mutual labels: canvas
Code To Image
Convert blocks of code to a highlighted jpeg base64 image.
Stars: ✭ 271 (-18.13%)
Mutual labels: canvas
Localresizeimg
🔥 前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件
Stars: ✭ 3,135 (+847.13%)
Mutual labels: canvas
React Particles Webgl
🔆 A 2D/3D particle library built on React, Three.js and WebGL
Stars: ✭ 330 (-0.3%)
Mutual labels: canvas
Canvas
HTML5 Canvas API implementation for Microsoft Blazor
Stars: ✭ 319 (-3.63%)
Mutual labels: canvas
Lightweight Charts
Financial lightweight charts built with HTML5 canvas
Stars: ✭ 4,390 (+1226.28%)
Mutual labels: canvas
A library for a more wiggly div
https://jjkaufman.github.io/wiv.js/
Example
<div class="wiv" data-wiv-speed=".55" data-wiv-height="5" data-wiv-tightness="6" data-wiv-thickness="1"
data-wiv-color="#2C0EF0">
Hello World
</div>
<script src="wiv.js"></script>
<script>
//initial wivs and call initial frame render
let w = wiv.wiv();
w.initWivs();
</script>
Special Editions
React Edition : https://github.com/ndresselhaus/react-wiv
Vue Edition: https://github.com/bronhuston/vue-wiv
Join the discussion
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].