mirror of
https://github.com/kunkunsh/kunkun-ext-video-processing.git
synced 2025-04-03 18:06:43 +00:00
Update package version to 0.0.8, add license information, and enhance README with features section
This commit is contained in:
parent
8c208b1b2d
commit
a45d849f56
@ -1,5 +1,10 @@
|
||||
# Kunkun Custom UI Extension Template (SvelteKit)
|
||||
|
||||
## Features
|
||||
|
||||
- Video Conversion
|
||||
|
||||
|
||||
```ts
|
||||
export type ProcessVideoOptions = {
|
||||
resizePercentage?: number;
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user