0.2.0 • Published 2 years ago

@donkeyclip/motorcortex-banners v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

MotorCortex-Banners

Table of Contents

Demo

Check it out here

Intro / Features

If you are looking for a simple way to create a starting banner, MotorCortex-Banners is the right plugin for your clip.

This Plugin exposes one Incident:

  • BannerA

Getting Started

Installation

$ npm install --save @donkeyclip/motorcortex-banners
# OR
$ yarn add @donkeyclip/motorcortex-banners

Importing and loading

import { loadPlugin } from "@donkeyclip/motorcortex";
import BannersDefinition from "@donkeyclip/motorcortex-banners";
const Banner = loadPlugin(BannersDefinition);

Creating Incidents

BannerA

The only thing you have to do is to give values to the attributes you want to include in your clip.

const BannerA = new Banner.BannerA(
  {
    width: 400,
    height: 700,
    bgUrl: "./bg2.jpg",
    overlayColor,
    imgWidth: 1002,
    imgHeight: 1280,
    txtGroup: "MOTORCORTEX",
    txtGroupSize: 40,
    strokeText: "WE WIN THE GAME IN THE CSS",
    mainColor: "#ffff00",
    centerText: "Yeyey",
  },
  {
    selector: ".container1",
  }
);

BannerA Attrs

NameAreValues
widthwidth of incidentnum
heightheight of incidentnum
bgUrlurl of the bg imagestring
imgWidththe original widht of the imgnum
imgHeightthe original height of the imgnum
txtGroupthe transparent textstring
txtGroupSizethe size of the transparent textnum
mainColorthe main color of the clipcolor
centerTextthe text with shadowsstring
overlayColorlist of hex colorsstring

Adding Incidents in your clip

clipName.addIncident(incidentName,startTime);

Contributing

In general, we follow the "fork-and-pull" Git workflow, so if you want to submit patches and additions you should follow the next steps: 1. Fork the repo on GitHub 2. Clone the project to your own machine 3. Commit changes to your own branch 4. Push your work back up to your fork 5. Submit a Pull request so that we can review your changes

License

MIT License

Sponsored by