From 8760287a70a2f24552280b2c99b8d4b7c0d1e8ab Mon Sep 17 00:00:00 2001 From: timi-wang Date: Sat, 26 Oct 2024 15:11:25 +0800 Subject: [PATCH] feat: add pkg mpresources (#311) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] 添加mpresources包,一个小型的webgl工具库 ## Summary by CodeRabbit - **New Features** - Introduced a new dependency, `mpresources`, enhancing project capabilities with potential new functionalities. --------- Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1a5538a..00832bd 100644 --- a/package.json +++ b/package.json @@ -10350,6 +10350,9 @@ "mpegts.js": { "version": "*" }, + "mpresources": { + "version": "*" + }, "mpx-es-check": { "version": "*" },