Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. Package.describe({
  2. summary: 'Holder uses SVG to render image placeholders entirely in browser.',
  3. version: '2.9.4',
  4. name: 'imsky:holder',
  5. git: 'https://github.com/imsky/holder',
  6. });
  7. Package.onUse(function(api) {
  8. api.versionsFrom('0.9.0');
  9. api.export('Holder', 'client');
  10. api.addFiles('holder.js', 'client');
  11. });