mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:43:25 +00:00
add simply library tests + fix umd and cjs mixup bug + simplify library paths
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { AES, enc } from 'crypto-js';
|
||||
import crypto from 'crypto-js';
|
||||
|
||||
import { makeEmbed } from '@/providers/base';
|
||||
|
||||
const { AES, enc } = crypto;
|
||||
|
||||
interface StreamRes {
|
||||
server: number;
|
||||
sources: string;
|
||||
|
Reference in New Issue
Block a user