add simply library tests + fix umd and cjs mixup bug + simplify library paths

This commit is contained in:
mrjvs
2023-09-06 21:57:57 +02:00
parent 7b9b25acab
commit 764986abff
7 changed files with 22 additions and 9 deletions

View File

@@ -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;