Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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?