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

https://github.com/alexeyraspopov/canvas-frame

Canvas rendering cycle
https://github.com/alexeyraspopov/canvas-frame

Last synced: 7 months ago
JSON representation

Canvas rendering cycle

Awesome Lists containing this project

README

          

# canvas-frame

Canvas rendering cycle

## Install

```bash
$ component install alexeyraspopov/canvas-frame
```

```bash
$ bower install canvas-frame
```

## API

TBD

## Usage

frame({
context: canvas.getContext('2d'),
update: updateFunction,
render: renderFunction
})();

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License) (c) Alexey Raspopov