# @uidu/media-core

> It holds shared code between MediaComponents like models, providers, interfaces and utilities

Latest version **4.1.1** (published 2024-11-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install @uidu/media-core
pnpm add @uidu/media-core
yarn add @uidu/media-core
bun add @uidu/media-core
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 4.1.1 |
| Published | 2024-11-26 |
| First published | 2019-03-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 9 |
| Unpacked size | 28 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22 |
| Author | uidu |
| Maintainers | apuntovanini, flavio-scimeca, bacco40 |

## Links

- npm: https://www.npmjs.com/package/@uidu/media-core
- Repository: https://github.com/uidu-org/guidu.git#main
- Homepage: https://github.com/uidu-org/guidu/tree/main#readme
- Issues: https://github.com/uidu-org/guidu/issues
- npm.io page: https://npm.io/package/@uidu/media-core

## Dependencies (9)

- [mime](https://npm.io/package/mime.md) ^4.0.4
- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [@uidu/docs](https://npm.io/package/@uidu/docs.md) ^0.12.1
- [@uppy/core](https://npm.io/package/@uppy/core.md) ^3.13.1
- [@uppy/aws-s3](https://npm.io/package/@uppy/aws-s3.md) ^3.6.2
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.26.0
- [react-dropzone](https://npm.io/package/react-dropzone.md) ^14.3.5
- [@uppy/dashboard](https://npm.io/package/@uppy/dashboard.md) ^3.9.1
- [@uppy/xhr-upload](https://npm.io/package/@uppy/xhr-upload.md) ^3.6.8

## Recent versions

- 4.1.1 (latest) — 2024-11-26
- 4.1.0 — 2024-11-26
- 4.0.1 — 2024-09-03
- 4.0.0 — 2024-05-18
- 3.1.4 — 2024-04-29
- 3.1.3 — 2024-04-29
- 3.1.2 — 2024-04-20
- 3.1.1 — 2024-03-29
- 3.1.0 — 2024-03-21
- 3.0.2 — 2024-02-22
- 3.0.1 — 2024-01-22
- 3.0.0 — 2024-01-19
- 2.2.0 — 2023-12-14
- 2.1.0 — 2023-11-13
- 2.0.0 — 2023-11-02
- … 90 more at https://npm.io/package/@uidu/media-core/versions

## README

# guidu

![banner](https://travis-ci.org/uidu-org/guidu.svg?branch=main) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat)](https://github.com/RichardLitt/standard-readme) [![Netlify Status](https://api.netlify.com/api/v1/badges/f216cce3-c149-4be4-8d3a-cc87cb744a18/deploy-status)](https://app.netlify.com/sites/guidu/deploys) [![Crowdin](https://badges.crowdin.net/guidu/localized.svg)](https://crowdin.com/project/guidu)

> Guidu is uidu&#39;s design system library

TODO: Fill out this long description.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Install

```
git clone https://github.com/uidu-org/guidu.git
cd guidu
yarn install
```

## Usage

Documentation is package specific, browse https://uidu.design to see all the packages in action.

## Maintainers

[@uidu-org](https://github.com/uidu-org)
[@apuntovanini](https://github.com/apuntovanini)
[@fsansalvadore](https://github.com/fsansalvadore)

## Contributing

Start all packages (not reccommended)

```
yarn start
```

Start specific folders

```
yarn start:forms
yarn start:data
yarn start:dashboards
```

or specific packages

```
yarn start modal-dialog field-geosuggest
```

Pull requests are more than welcome, we're currently making this repo more contributors-friendly.

## Common pitfalls

## License

MIT © 2019 uidu.org

---
_Source: https://npm.io/package/@uidu/media-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
