Skip to content

Commit

Permalink
feat: add image
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu committed Mar 27, 2024
1 parent a008900 commit a13e97a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/Ecosystem.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const EcosystemSideBar: DefaultTheme.SidebarItem[] = [
{ text: "jsonwebtoken", link: "/ecosystem/package/jsonwebtoken" },
{ text: "snappy", link: "/ecosystem/package/snappy" },
{ text: "xxhash", link: "/ecosystem/package/xxhash" },
{text: 'image',link: '/ecosystem/package/image'}
],
},
{
Expand Down
11 changes: 11 additions & 0 deletions src/ecosystem/package/image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
editLink: true
---

# @ohos-rs/image

This package is aligned with `@napi-rs/image`. You can get full document with https://image.napi.rs/docs.

## Tip

This package's size is over `10MB`. You can use the source code to remove useless features and build your own to reduce the package's size.

0 comments on commit a13e97a

Please sign in to comment.