pref-image-uploader

0.12.1 • Public • Published

pref-image-uploader

In order to have this working, you must have aws creds ready

Requirements

  • node v18.x.x

Examples

    <ImageDropperV2
      onRemove={handleRemove}
      minDimension={{
        minHeight: 600,
        minWidth: 800
      }}
      images={imageList}
      isLoading={false}
      handleCaption={() => {}}
      handleEdit={() => {}}
      onSortEnd={handleOnSort}
      onUpload={onUpload}
      awsCreds={awsCreds}
      disabled={disabled}
      folderPath={"sonke/test_id"} // Path to your aws folder
      setFileList={setImageList} // useState() variable
    />

Readme

Keywords

none

Package Sidebar

Install

npm i pref-image-uploader

Weekly Downloads

10

Version

0.12.1

License

none

Unpacked Size

3.64 MB

Total Files

40

Last publish

Collaborators

  • sonke-gumede