Skip to content

magicdawn/iina-userland

Repository files navigation

iina-userland

iina userland utils

iina fork

use this fork for dev https://github.com/magicdawn/iina/

  • with plugins flag turned on
  • able to open webview devtools
  • able to use webview.loadUrl, this means you can use any frontend tools, e.g Vite

I will constantly rebase develop-tweak branch onto iina/develop branch

loadUrl

  • iina.standaloneWindow.loadFile can load a html file
  • this fork add a new iina.standaloneWindow.loadUrl(url: string) method.

to get started

  • use create-vite to scaffold a new frontend project. e.g pnpm create vite
  • after dev server started
  • use loadUrl('http://localhost:5173')

create-iina-plugin

this is a wrapper of generate-iina using create-with-generator

$ pnpm create iina-plugin

generator-iina

generate a iina plugin and setup a local dev environment

Usage

$ pnpm add -g yo generator-iina
$ yo iina

Changelog

packages/generator-iina/CHANGELOG.md

License

the MIT License http://magicdawn.mit-license.org

About

iina-userland: yeoman generator to create iina plugins and more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages