Coder Social home page Coder Social logo

imgly / vesdk-ionic-demo Goto Github PK

View Code? Open in Web Editor NEW
2.0 7.0 1.0 8.45 MB

Ionic plugin demo for VideoEditorSDK iOS and Android

Home Page: https://www.videoeditorsdk.com

License: Other

JavaScript 7.18% TypeScript 52.53% HTML 6.04% SCSS 34.24%
android ios ionic editor video video-editor video-edit-sdk videoeditor-sdk

vesdk-ionic-demo's Introduction

VideoEditor SDK Logo

NPM version Platform support Twitter

VideoEditor SDK Ionic Example App

This project shows how to integrate VideoEditor SDK into an Ionic application with the Cordova plugin for VideoEditor SDK which is available via NPM as cordova-plugin-videoeditorsdk.

Getting started

After cloning this repository, perform the following steps to run the example application:

  1. Add platforms to your project as follows:

    ionic cordova platform add android
    # or/and
    ionic cordova platform add ios
  2. Add VideoEditor SDK plugin to your project as follows:

    ionic cordova plugin add cordova-plugin-videoeditorsdk
  3. Run the application:

    # run Android
    ionic cordova run android
    # run iOS
    ionic cordova run ios

Unlock the SDK

VideoEditor SDK is a product of img.ly GmbH. Without unlocking, the SDK is fully functional but a watermark is added on top of the video preview and any exported videos. In order to remove the watermark and to use VideoEditor SDK within your app you'll need to request a license for each platform and load the license file(s) in your app with the following single line of code that automatically resolves multiple license files via platform-specific file extensions.

Rename your license files:

  • Android license: ANY_NAME.android
  • iOS license: ANY_NAME.ios

Pass the file path without the extension to the unlockWithLicense function to unlock both iOS and Android:

VESDK.unlockWithLicense('www/assets/ANY_NAME');

Notes for Ionic framework

  • Add this line above your class to be able to use VESDK.
    declare var VESDK;
  • Ionic will generate a www folder that will contain your compiled code and your assets. In order to pass resources to VideoEditor SDK you need to use this folder.

VideoEditor SDK for iOS & Android

The Cordova plugin for VideoEditor SDK includes a rich set of most commonly used configuration and customization options of VideoEditor SDK for iOS and Android. The native frameworks provide fully customizable video editors. Please refer to our documentation for more details.

License Terms

Make sure you have a commercial license for VideoEditor SDK before releasing your app. A commercial license is required for any app or service that has any form of monetization: This includes free apps with in-app purchases or ad supported applications. Please contact us if you want to purchase the commercial license.

Support and License

Use our service desk for bug reports or support requests. To request a commercial license, please use the license request form on our website.

vesdk-ionic-demo's People

Contributors

hasanmhdamin avatar sascha avatar schiewe avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

undextrois

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.