From 9b926731bcf36b621a0e792e5777823afcf9282d Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Wed, 16 Mar 2022 20:10:29 -0400 Subject: Adding transparentpng to constants --- webAO/constants/transparentPng.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 webAO/constants/transparentPng.js (limited to 'webAO/constants') diff --git a/webAO/constants/transparentPng.js b/webAO/constants/transparentPng.js new file mode 100644 index 0000000..f78dae0 --- /dev/null +++ b/webAO/constants/transparentPng.js @@ -0,0 +1 @@ +export default 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII='; \ No newline at end of file -- cgit