UNPKG

rx-player

Version:
8 lines (6 loc) 210 B
/** * This file is the entry point of the worker part of the RxPlayer, only relied * on when running in a multithread mode. */ import initializeWorkerMain from "./core/main/worker"; initializeWorkerMain();