Socket
Socket
Sign inDemoInstall

calliope-pixos

Package Overview
Dependencies
185
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    calliope-pixos

Pixos is a mini interactive scene avatar plugin for calliope static site generator.


Version published
Weekly downloads
26
decreased by-59.37%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Calliope Pixos Plugin

This plugin is for Calliope and is designed to provide Pixos player functionality.

Installation

The plugin can be installed from NPM via:

    npm install calliope-pixos

Usage

Inside of your _calliope/app/config/plugins/index.jsx file, add the following:

    // Import the module at the top
    import Pixos from "calliope-pixos";
    // and then further down inside of the switch statement add the following
    // ...
    case "pixos":
      let Plugin = Pixos['calliope-pixos'].default;
      return <Plugin />;
    // ...

Assets

All paths are relative to the a /pixos folder from the public directory when loading asssets. Place any of your assets used such as tilesets, sprites, and fonts and place them within the pixos directory for proper fetching.

LICENSE

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

This plugin is free to use for non-commercial use only. If you are an individual, a hobbyist, or a tinkerer than this is free to use for your personal use excluding any commercial use. All modifications to the source code must be released back as open source to the community and preferably a pull request will be made with the available updates and improvements if applicable. There is commercial licensing available upon an individual request basis. The licensing will be based upon the scope and revenue expectations of the commercial use-case. For more information, please reach out via email to director@sovereign.enterprises for licensing details. For more information on the non-commerical license which is included by default - please see LICENSE

Keywords

FAQs

Last updated on 22 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc