Skip to content

matsko/angular2-canvas-renderer-experiment

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Angular2 Canvas Experiment

Can an angular2 renderer render HTML into canvas output?

NOTE: EXPERIMENTAL

This is just a proof of concept to showcase the upcoming rendering capabilites of Angular2.

install

  1. install NodeJS, NPM. Then install typescript, typings and http-server (via npm)
  2. npm install
  3. typings install
  4. Run tsc
  5. Run http-server -p 8080
  6. Open localhost:8080/src to see the output

Renderer Code

Have a look in src/app.ts to see how the CanvasRenderer is implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published