UNPKG

ember-cli-pdf-object

Version:

Adds PDFObject component to your Ember app. It is designed to work well with the way we build Ember apps, and follows idiomatic patterns.

10 lines (7 loc) 124 B
/* globals PDFObject */ define('pdfobject', [], function() { 'use strict'; return { 'default': PDFObject }; });