mirror of
https://github.com/zhouhua/obsidian-waveform-player.git
synced 2026-07-22 05:41:57 +00:00
10 lines
295 B
JSON
10 lines
295 B
JSON
|
|
{
|
||
|
|
"id": "waveform-player",
|
||
|
|
"name": "Waveform Player",
|
||
|
|
"version": "0.0.2",
|
||
|
|
"minAppVersion": "1.7.7",
|
||
|
|
"description": "An Obsidian plugin that renders audio files as waveforms using @waveform-audio/player",
|
||
|
|
"author": "Zhou Hua",
|
||
|
|
"authorUrl": "https://zhouhua.site",
|
||
|
|
"isDesktopOnly": false
|
||
|
|
}
|