Update package version to 0.0.8, add license information, and enhance README with features section

This commit is contained in:
Huakun Shen 2025-01-18 21:56:33 -05:00
parent 8c208b1b2d
commit a45d849f56
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Kunkun Custom UI Extension Template (SvelteKit)
## Features
- Video Conversion
```ts
export type ProcessVideoOptions = {
resizePercentage?: number;

View File

@ -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",