@internetarchive/ia-pic-uploader
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

Build Status codecov

This is the Profile Pic Uploader Component for Internet Archive website.

Installation

yarn add @internetarchive/ia-pic-uploader

Usage of ia-pic-uploader

import '@internetarchive/ia-pic-uploader';


<div id="demo"></div>

<ia-pic-uploader>
</ia-pic-uploader>

<script type="module">
    import { html, render } from 'lit';
    import '../dist/src/ia-pic-uploader.js';

    render(
      html`
        <ia-pic-uploader></ia-pic-uploader>
      `,
      document.querySelector('#demo')
    );

    const iaPicUploader = document.querySelector('ia-pic-uploader');

    iaPicUploader.identifier = 'naturalhistoryof00unse_4111';
    iaPicUploader.endpoint = 'https://www-neeraj.archive.org/services/post-file.php';
    iaPicUploader.picture = './demo/default-preview.jpg' ;
    iaPicUploader.type = 'full'; // full|compact
    iaPicUploader.lookingAtMyAccount = true;
    iaPicUploader.maxFileSizeInMB = 4; //
    iaPicUploader.validFileTypes = ['image/jpeg','image/png','image/gif'];
  </script>

Variants

Attribute

  1. identifier - User identifier.
  2. endpoint - Endpoint of form submition in case of full variant.
  3. picture - User profile picture.
  4. type - Web component type full | compact.
  5. lookingAtMyAccount - User looking at it's own account
  6. maxFilesSizeInMB - File's max-size
  7. validFileTypes - File's valid types

Local Demo with web-dev-server

yarn start

To run a local development server that serves the basic demo located in demo/index.html

Testing with Web Test Runner

To run the suite of Web Test Runner tests, run

yarn run test

To run the tests in watch mode (for <abbr title="test driven development">TDD</abbr>, for example), run

yarn run test:watch

Linting with ESLint, Prettier, and Types

To scan the project for linting errors, run

yarn run lint

You can lint with ESLint and Prettier individually as well

yarn run lint:eslint
yarn run lint:prettier

To automatically fix many linting errors, run

yarn run format

You can format using ESLint and Prettier individually as well

yarn run format:eslint
yarn run format:prettier

Readme

Keywords

none

Package Sidebar

Install

npm i @internetarchive/ia-pic-uploader

Weekly Downloads

11

Version

0.1.8

License

AGPL-3.0-only

Unpacked Size

1.01 MB

Total Files

40

Last publish

Collaborators

  • jeffwklein
  • jim-at-ia
  • tracey.pooh
  • latonv
  • markcarranza
  • ibnesayeed
  • bfalling
  • mitraardron
  • vbanos
  • kngenie
  • iisa
  • cdrini
  • nsharma123
  • dualcnhq