Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@id3/bioseal-upload

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@id3/bioseal-upload

Bioseal upload is a library that contains a full js dropzone filtered to images and pdf. It also applies a black & white compression using OpenCV to lower the size of the image sent to the API.

  • 1.1.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

BiosealUpload

Bioseal upload is a library that contains a full js dropzone filtered to images and pdf. It also applies a black & white compression using OpenCV to lower the size of the image sent to the API.

Installation

npm install @id3/bioseal-upload

Usage

The library contains an uploader component styled with the standards of id3 technologies.

Import the module in your app.module.ts:

import {BiosealUploadModule} from '@id3/bioseal-upload';

You can now use the upload component

<lib-uploader></lib-uploader>

the components has arguments to load images and values inside the upload component.

  • uploadMessage //message to show before uploading the message
  • uploadSuccessMessage // message after upload
  • uploadImg //Icon to show before upload
  • uploadSuccessImg // Icon after upload
  • uploadButtonIcon //Icon button
  • uploadButtonTitle //title of button
  • bioSealEvent // is the file returned
  • backgroundColor // for component color

FAQs

Package last updated on 09 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc