Giter Club home page Giter Club logo

mobisplash's Introduction

mobisplash Build Status

Mobile app splash screen generator

Install

$ npm install --save mobisplash

GraphicsMagick

This library depends on GraphicsMagick, so be sure to install this library as well.

Mac OSX

$ brew install graphicsmagick

Linux

$ sudo apt-get install graphicsmagick

Windows

Manual installation or via chocolatey.

$ choco install graphicsmagick

Usage

const mobisplash = require('mobisplash');

mobisplash('logo.png', {platform: 'ios'}).then(() => {
    // splash screens generated
});

mobisplash('logo.svg', {platform: 'android', draw9patch: false}).then(() => {
    // splash screens generated
});

API

mobisplash(file, options)

file

Type: string

Source file of the splash screen.

options

platform

Required
Type: string
Values: android ios blackberry10

Platform to generate the splash screens for.

orientation

Type: string
Values: both portrait landscape
Default: both

Orientation to generate the splash screens for.

background

Type: string
Default: white

Color of the splash screen background.

contentRatio

Type: number
Default: 0.8

Logo-splash screen ratio. 1 means the logo will fill up the entire width (or height) of the splash screen.

draw9patch

Type: boolean
Default: true

9-patch the Android splash screens.

dest

Type: string
Default: process.cwd()

Directory to save the generated splash screens to.

Platforms

The supported platforms are Android, iOS and BlackBerry 10. Every platform generates a different set of icons.

Android

  • drawable-ldpi-land/splash.png
  • drawable-mdpi-land/splash.png
  • drawable-hdpi-land/splash.png
  • drawable-xhdpi-land/splash.png
  • drawable-xxhdpi-land/splash.png
  • drawable-xxxhdpi-land/splash.png
  • drawable-ldpi-port/splash.png
  • drawable-mdpi-port/splash.png
  • drawable-hdpi-port/splash.png
  • drawable-xhdpi-port/splash.png
  • drawable-xxhdpi-port/splash.png
  • drawable-xxxhdpi-port/splash.png

iOS

  • Default-667h.png
  • Default-736h.png
  • Default-Landscape-736h.png
  • Default-568h@2x~iphone.png
  • Default~iphone.png
  • Default@2x~iphone.png
  • Default-Landscape~ipad.png
  • Default-Landscape@2x~ipad.png
  • Default-Portrait~ipad.png
  • Default-Portrait@2x~ipad.png

BlackBerry 10

  • splash-1280x720.png
  • splash-720x1280.png
  • splash-1280x768.png
  • splash-768x1280.png
  • splash-720x720.png
  • splash-1440x1440.png

Related

License

MIT © Sam Verschueren

mobisplash's People

Contributors

samverschueren avatar nicolascaorsi avatar sharpred avatar

Watchers

 avatar

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.