@lujs/upload-image
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

Helps you with the process of choosing an image to upload

docs

  const { presenter, state } = usePresenter<UploadImagePresenter>(
    UploadImagePresenter,
    {
      autoUpdate: true,
      registry: [
        { token: UploadServiceToken, useClass: MyUploadService },
        {
          token: SelectImageServiceToken,
          useClass: SelectImageService,
        },
      ],
    },
  );

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.10
    0
    • latest

Version History

Package Sidebar

Install

npm i @lujs/upload-image

Weekly Downloads

0

Version

0.0.10

License

MIT

Unpacked Size

31.5 kB

Total Files

11

Last publish

Collaborators

  • lujs