@inventsable/panelify

1.0.1 • Public • Published

panelify

🔨 Under Construction 🔨

Custom Vue component to display Adobe panel mocks inside your browser, allow users to play with a mock version of your UI in good faith as a Try Before You Buy policy.

See a demo After Effects panel

Intended Installation

npm install @inventsable/panelify

Intended Usage

Will do write up on iframe contents later

<template>
  <panelify
    extName="camAssist"
    appName="AEFT"
    src="https://camera-manager-panel.web.app/#/"
  />
</template>

<script>
  // Must explicitly import the panelify element (and conversely import the shim in your iframe environment)
  import { panelify } from "@/components/panelify";

  export default {
    name: "home",
    components: {
      panelify
    }
  };
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @inventsable/panelify

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

11.8 kB

Total Files

7

Last publish

Collaborators

  • inventsable