Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_canvasdemo
App shows how to use the canvas element in an Ionic app with Angular
https://github.com/mdecker-mobilecomputing/ionic_canvasdemo
angular canvas github-actions ionic
Last synced: 7 days ago
JSON representation
App shows how to use the canvas element in an Ionic app with Angular
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_canvasdemo
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2023-06-18T09:58:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:49:14.000Z (18 days ago)
- Last Synced: 2024-10-29T09:59:51.465Z (18 days ago)
- Topics: angular, canvas, github-actions, ionic
- Language: TypeScript
- Homepage:
- Size: 569 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Drawing on the HTML Canvas in an Ionic app #
This repository contains an [Ionic app](https://ionicframework.com/) with [Angular](https://angular.io/) that demonstrates how
the [HTML Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial) can be used for drawing.
----
## Screenshot ##
![Screenshot 1](screenshot_1.png) ![Screenshot 2](screenshot_2.png)
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.