clip-n-ship
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

clip-n-ship

Convert video clips to different size formats easily

About

ClipNShip is a simple library for use in converting videos into a size format that is compatible with whatever you need (landscape to portrait by default). Entirely client-side, ClipNShip ensures there is no need to transfer any data between users and a server.

ClipNShip works in a system called "layers". The consumer uses the input media as a base and stacks layers on top of each other to create different effects and media sizes. This allows full control over how the result looks.

Install

Install through npm for use in ES modules

npm install clip-n-ship
import ClipConverter from "clip-n-ship";
const converter = new ClipConverter(videoURL);

Or through CDN

<script src="https://cdn.jsdelivr.net/gh/mitchwadair/clip-n-ship@v1.2.0/dist/clipnship.min.js"></script>

Having that tag will expose the ClipConverter class to the global scope for your use:

const converter = new ClipConverter(videoURL);

Documentation

For more info on how to use ClipNShip, check out the docs in this repo.

Contribute

Want to contribute to ClipNShip? Check out the contribution guidelines to see how.

Support

If you would like to help support maintaining ClipNShip, consider sponsoring me on GitHub Sponsors. You can also give a one-time donation through PayPal.

PayPal Logo          GH Sponsors

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    1
  • 1.1.1
    0

Package Sidebar

Install

npm i clip-n-ship

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

17.7 kB

Total Files

5

Last publish

Collaborators

  • mitchwadair