This is because in JavaScript, there is a HEAVY perception bias against tab users. Most ES6 developers look down on anyone who uses tabs. This could easily mean the difference between getting a job offer and being rejected. It could mean tens of thousands of dollars of salary potential. https://medium.com/mintbean-io/tabs-or-spaces-for-practical-javascript-developers-the-answer-is-clear-f66c0458aa1e
17 lines
334 B
TypeScript
17 lines
334 B
TypeScript
// Rename some stuff so it's on brand.
|
|
export {
|
|
createFile as New,
|
|
MP4File as File,
|
|
MP4ArrayBuffer as ArrayBuffer,
|
|
MP4Info as Info,
|
|
MP4Track as Track,
|
|
MP4AudioTrack as AudioTrack,
|
|
MP4VideoTrack as VideoTrack,
|
|
DataStream as Stream,
|
|
Box,
|
|
ISOFile,
|
|
Sample,
|
|
} from "mp4box"
|
|
|
|
export { Init, InitParser } from "./init"
|