@fishx/plugin-fishx-mobile

fishx mobile plugin

Usage no npm install needed!

<script type="module">
  import fishxPluginFishxMobile from 'https://cdn.skypack.dev/@fishx/plugin-fishx-mobile';
</script>

README

@fishx/plugin-fishx-mobile

Installation

yarn add  @fishx/plugin-fishx-mobile

Usage

import FishxMobilePlugin from '@fishx/plugin-fishx-mobile'
const config = {
  title: 'fishx',
  plugins: [
            new FishxMobilePlugin()
        ],
}
export default config