first commit

This commit is contained in:
2021-05-14 14:41:00 +05:30
commit b9f8614ddf
385 changed files with 31180 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
Package.describe({
summary: 'Holder uses SVG to render image placeholders entirely in browser.',
version: '2.9.4',
name: 'imsky:holder',
git: 'https://github.com/imsky/holder',
});
Package.onUse(function(api) {
api.versionsFrom('0.9.0');
api.export('Holder', 'client');
api.addFiles('holder.js', 'client');
});