Skip to content

Commit

Permalink
tsup builds
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jan 31, 2023
1 parent 02f318f commit af5f96b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<gun-avatar>` 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.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"clean": true,
"dts": true,
"outDir": "lib",
"minify": true,
"format": [
"esm"
]
Expand Down

0 comments on commit af5f96b

Please sign in to comment.