From af5f96b55e7e0d932f131220eb0ba725c046373e Mon Sep 17 00:00:00 2001 From: davay Date: Tue, 31 Jan 2023 14:56:20 +0700 Subject: [PATCH] tsup builds --- docs/index.md | 8 ++++---- package.json | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 492cdf1..7f4b4ca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,11 +17,11 @@ hero: link: https://github.com/defucc/gun-avatar features: - icon: 🛠️ - title: Typescript - details: Types exported for best developer experience + title: Custom element and typed function + details: Mount a framework agnostic `` element or import the typed `gunAvatar()` function to generate pictures - icon: ⚡️ - title: Fast - details: Uses canvas to render images and caches previous renders for further use + title: Fast and reliable + details: Uses HTML Canvas to render images and caches previous renders for further use. - icon: ✨ title: Customizable details: Choose your size, render mode, reflection, dark mode and more. diff --git a/package.json b/package.json index a2dd1c6..9a059a1 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,6 @@ "clean": true, "dts": true, "outDir": "lib", - "minify": true, "format": [ "esm" ]