ente/web/packages/media
Manav Rathi 74bb169f0d
Equivalent to "**/*.ts", "**/*.tsx", "**/*.d.ts"
From the docs: https://www.typescriptlang.org/tsconfig/#include

> If the last path segment in a pattern does not contain a file extension or
  wildcard character, then it is treated as a directory, and files with
  supported extensions inside that directory are included (e.g. .ts, .tsx, and
  d.ts by default).
2024-05-24 17:54:05 +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 Equivalent to "**/*.ts", "**/*.tsx", "**/*.d.ts" 2024-05-24 17:54:05 +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.