mirror of
https://github.com/kunkunsh/kunkun-ext-video-processing.git
synced 2025-04-04 10:16:45 +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)
|
# Kunkun Custom UI Extension Template (SvelteKit)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Video Conversion
|
||||||
|
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
export type ProcessVideoOptions = {
|
export type ProcessVideoOptions = {
|
||||||
resizePercentage?: number;
|
resizePercentage?: number;
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
|
"license": "MIT",
|
||||||
"name": "kunkun-ext-video-processing",
|
"name": "kunkun-ext-video-processing",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"repository": "https://github.com/kunkunsh/kunkun-ext-video-processing",
|
"repository": "https://github.com/kunkunsh/kunkun-ext-video-processing",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
"name": "Video Processing",
|
"name": "Video Processing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user