@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,
        },
      ],
    },
  );

Readme

Keywords

none

Package Sidebar

Install

npm i @lujs/upload-image

Weekly Downloads

1

Version

0.0.10

License

MIT

Unpacked Size

31.5 kB

Total Files

11

Last publish

Collaborators

  • lujs