Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morzhanov/html2canvas-example
Export any DOM element as image/png file.
https://github.com/morzhanov/html2canvas-example
canvas css html html2canvas javascript todomvc
Last synced: about 1 month ago
JSON representation
Export any DOM element as image/png file.
- Host: GitHub
- URL: https://github.com/morzhanov/html2canvas-example
- Owner: morzhanov
- License: mit
- Created: 2018-05-11T11:38:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T13:07:53.000Z (over 6 years ago)
- Last Synced: 2024-11-08T00:52:39.611Z (3 months ago)
- Topics: canvas, css, html, html2canvas, javascript, todomvc
- Language: CSS
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# html2canvas-example
This simple web application demonstrates how to export any DOM element as `image/png` file.
#### Application developed using TodoMVC styles and html2canvas library.
## Installation
Everything already installed. Run index.html in your browser and click `Generate image`.
## Technologies
- Javascript
- CSS 3
- HTML 5
- html2canvas## Author
Vlad Morzhanov
## License
#### (The MIT License)
Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.