From ea1189a21b9b90fa482289137cea33abf2a65ee1 Mon Sep 17 00:00:00 2001 From: lgc Date: Thu, 15 Aug 2024 01:51:26 +0000 Subject: [PATCH] Add Home --- Home.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..33370d9 --- /dev/null +++ b/Home.md @@ -0,0 +1,3 @@ +`empty.js` is a JavaScript Library that's supposed to make creating small scale JavaScript Canvas applications faster and easier. + +When included in an HTML document, it will create a canvas in the document body that can then be used for various purposes, such as graphing or for a game. \ No newline at end of file