You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is built with web technologies such as HTML, CSS, and JavaScript. It uses the [Canvas API](https://developer.mozilla.org/docs/Web/API/Canvas_API) to draw the meme text on the image. Processing the image and text is done client-side, so no data is sent to any server.
5
+
## About
6
+
7
+
This is a web application that allows users to create memes by adding text to images.
8
+
The application is built with web technologies such as HTML, CSS, and JavaScript.
9
+
It uses the [Canvas API](https://developer.mozilla.org/docs/Web/API/Canvas_API) to draw the meme text on the image.
10
+
Processing the image and text is done client-side, so no data is sent to any server.
0 commit comments