other-utils

1.0.6 • Public • Published

other-utils

Install using npm:

npm install other-utils --save-dev

How To Use WIth Ember

First you need to install the prerequisite addon called ember-browserfy:

npm install --save-dev ember-browserify

Now you'll be able to import a social-utilities function from anywhere in your javascript files:

import _fbShare from "npm:other-utils/_fbShare";
...

actions {
    handleFbShare() {
        _fbShare(http://gleasonmovie.com, 400, 225);
    }
}

Readme

Keywords

Package Sidebar

Install

npm i other-utils

Weekly Downloads

0

Version

1.0.6

License

ISC

Last publish

Collaborators

  • ozywuli