diff --git a/README.md b/README.md index 02ae192..22f0cce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Kunkun Custom UI Extension Template (SvelteKit) +## Features + +- Video Conversion + + ```ts export type ProcessVideoOptions = { resizePercentage?: number; diff --git a/package.json b/package.json index f393a66..5349c3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "$schema": "https://schema.kunkun.sh", + "license": "MIT", "name": "kunkun-ext-video-processing", - "version": "0.0.7", + "version": "0.0.8", "repository": "https://github.com/kunkunsh/kunkun-ext-video-processing", "kunkun": { "name": "Video Processing",