videomail-client
Version:
A wicked npm package to record videos directly in the browser, wohooo!
18 lines (17 loc) • 1.05 kB
TypeScript
import { VideoType } from "./types/VideoType";
export { VideomailClient } from "./client";
export type { BrowserStats } from "./types/BrowserStats";
export type { VideomailCommand } from "./types/command";
export type { VideomailCommandArgs } from "./types/command";
export type { DeliveryRecord } from "./types/Delivery";
export type { EmailAddress, EmailAddresses } from "./types/EmailAddress";
export type { FullVideomailErrorData, VideomailErrorData } from "./types/error";
export type { VideomailEvents } from "./types/events";
export type * from "./types/events/params";
export type { VideomailClientOptions } from "./types/options";
export type { ReactionKey, ReactionLabel, ReactionPrettyByUserKey, ReactionsByUserKey, ReactionsPrettyByUserKey, ReactionType, } from "./types/reaction";
export { Reactions } from "./types/reaction";
export type { RecordingStats } from "./types/RecordingStats";
export type { PartialVideomail, Videomail } from "./types/Videomail";
export type { VideoTypeType } from "./types/VideoType";
export { VideoType };