-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pass props to custom resolver (#42)
Co-authored-by: Nate Moore <[email protected]>
- Loading branch information
1 parent
33dc49f
commit ae0a7f7
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"astro-icon": minor | ||
--- | ||
|
||
Pass props to custom resolvers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export default async (name: string, { size }): Promise<string> => { | ||
return ` | ||
<svg viewBox="0 0 ${size} ${size}"> | ||
<circle cx="${size / 2}" cy="${size / 2}" r="${size / 2}"/> | ||
</svg>`; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ae0a7f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
astroicon – ./packages/www/
astroicon-git-main-nmoo.vercel.app
astro-icon-www.vercel.app
astroicon-nmoo.vercel.app
www.astroicon.dev
astroicon.dev
ae0a7f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
api-astroicon – ./packages/service
api.astroicon.dev
api-astroicon-nmoo.vercel.app
api-astroicon-git-main-nmoo.vercel.app