0.0.10 • Published 3 years ago

@lujs/upload-image v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago