Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burdiuz/kripach
Canvas 2D API utilization, check and learn
https://github.com/burdiuz/kripach
canvas demo effects javascript js
Last synced: 1 day ago
JSON representation
Canvas 2D API utilization, check and learn
- Host: GitHub
- URL: https://github.com/burdiuz/kripach
- Owner: burdiuz
- Created: 2016-10-22T13:55:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:38:47.000Z (about 2 years ago)
- Last Synced: 2024-12-10T20:14:50.820Z (about 2 months ago)
- Topics: canvas, demo, effects, javascript, js
- Language: JavaScript
- Homepage: https://burdiuz.github.io/kripach/
- Size: 14.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Kripach](https://burdiuz.github.io/kripach/)
Project for learning how Canvas 2D context works. Written in ES6, ready for babel/webpack. It uses import and export directives, not supported by any browser yet, so it as to be converted with webpack first.# Development
Dev environment served by webpack-dev-server. You can start it using command
```
webpack-dev-server
```
Its served on dev-server default port `http://localhost:8080/`.### TODOs
* update to use LOD for background and assets
* use @media and different sizes for resolutions
* fix for mobile browsers
* fix for Safari?