@internetarchive/ia-pic-uploader v1.0.0
This is the Profile Pic Uploader Component for Internet Archive website.
Installation
yarn add @internetarchive/ia-pic-uploaderUsage 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
- identifier - User identifier.
- endpoint - Endpoint of form submition in case of full variant.
- picture - User profile picture.
- type - Web component type full | compact.
- lookingAtMyAccount - User looking at it's own account
- maxFilesSizeInMB - File's max-size
- validFileTypes - File's valid types
Local Demo with web-dev-server
yarn startTo 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 testTo run the tests in watch mode (for <abbr title="test driven development">TDD</abbr>, for example), run
yarn run test:watchLinting with ESLint, Prettier, and Types
To scan the project for linting errors, run
yarn run lintYou can lint with ESLint and Prettier individually as well
yarn run lint:eslintyarn run lint:prettierTo automatically fix many linting errors, run
yarn run formatYou can format using ESLint and Prettier individually as well
yarn run format:eslintyarn run format:prettier11 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago