ente/web/packages/media
Manav Rathi 3b8c48e92d
Create a next specific base
The include still needs to be specified in the importing tsconfig otherwise the
"." is resolved relative to the @/build-config.
2024-05-24 18:17:59 +05:30
..
types Document based on current understanding 2024-04-25 12:52:42 +05:30
worker Attach mime type 2024-05-11 08:27:04 +05:30
.eslintrc.js Create a package to share code between photos and cast 2024-04-17 09:47:28 +05:30
file-type.ts Rejig type 2024-04-25 09:56:25 +05:30
file.ts Inline 2024-04-27 18:03:09 +05:30
formats.ts Handle files with an heic extension that are not actually heic 2024-05-10 11:52:21 +05:30
image.ts Move back 2024-05-09 14:35:01 +05:30
live-photo.ts Rework the stream handling 2024-04-28 11:32:23 +05:30
package.json Move down 2024-05-09 20:44:52 +05:30
README.md Create a package to share code between photos and cast 2024-04-17 09:47:28 +05:30
tsconfig.json Create a next specific base 2024-05-24 18:17:59 +05:30

@/media

A package for sharing code between our apps that show media (photos, videos).

Specifically, this is the intersection of code required by both the photos and cast apps.

Packaging

This (internal) package exports a React TypeScript library. We rely on the importing project to transpile and bundle it.