diff --git a/README.md b/README.md index 7abcc56..d785712 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +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 + + diff --git a/mod.ts b/mod.ts new file mode 100644 index 0000000..8721841 --- /dev/null +++ b/mod.ts @@ -0,0 +1,3 @@ +export const hello = () => { + console.log('HELLO WORLD'); +} \ No newline at end of file