UNPKG

rx-player

Version:
7 lines (6 loc) 209 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();