diff --git a/public/assets/projects/image-functions.png b/public/assets/projects/image-functions.png new file mode 100644 index 0000000..cbf4704 Binary files /dev/null and b/public/assets/projects/image-functions.png differ diff --git a/src/content/projects/image-functions.md b/src/content/projects/image-functions.md new file mode 100644 index 0000000..1c8b951 --- /dev/null +++ b/src/content/projects/image-functions.md @@ -0,0 +1,16 @@ +--- +category: "websites" +name: "Image Functions" +description: "Image file manipulation in the browser." +image: "/assets/projects/image-functions.png" +links: [ + { + text: "Website", + url: "https://image-function.yht.one" + }, + { + text: "Source", + url: "https://github.com/YouHaveTrouble/yht-image-function" + }, +] +---