https://github.com/maxzz/simple-siriwave
This project is a simple wrapper for the wave control using the Vue composition API. Demo:
https://github.com/maxzz/simple-siriwave
canvas typescript vuejs
Last synced: 4 months ago
JSON representation
This project is a simple wrapper for the wave control using the Vue composition API. Demo:
- Host: GitHub
- URL: https://github.com/maxzz/simple-siriwave
- Owner: maxzz
- Created: 2020-12-16T02:02:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T02:09:22.000Z (over 4 years ago)
- Last Synced: 2025-01-08T21:20:08.078Z (5 months ago)
- Topics: canvas, typescript, vuejs
- Language: TypeScript
- Homepage: https://maxzz.github.io/simple-siriwave
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This project is a simple wrapper for the [siriwave.js](https://github.com/kopiro/siriwave) control using the vuejs composition API. This was also done to practice refactoring a custom control with a canvas element using Typescript.

## Notes
Limitations found:
* These controls cannot share a common canvas, i.e. each control uses its own canvas instance.
* The control is not aware of parent element resizing.## Thanks
This project is inspired by and uses work from the [siriwave.js](https://github.com/kopiro/siriwave) project.