INITIAL TESTING COMMIT

This commit is contained in:
Emma 2023-02-07 07:18:09 -07:00
parent 77440481d9
commit 3a12216482
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# doodler
# Doodler
Doodler is a library that wraps HTML5 Canvas elements with power. A Doodler instance transforms a canvas into a fully functional user interface
## Powered by Deno
<!-- Doodler is powered by Deno -->

3
mod.ts Normal file
View File

@ -0,0 +1,3 @@
export const hello = () => {
console.log('HELLO WORLD');
}