cloudfour / core-hbs-helpers

Handlebars helpers that we usually need
MIT License
11 stars 2 forks source link

Add inline SVG helper #39

Closed tylersticka closed 8 years ago

tylersticka commented 8 years ago

This adds an {{svg "path/to/file"}} helper for easily including SVG icons and other goodies inline.

Differences from similar helpers:

See comments in source for more info.


@erikjung @mrgerardorodriguez @nicolemors

erikjung commented 8 years ago

Nice helper. I had a few comments, but LGTM either way 👍

tylersticka commented 8 years ago

R.memoize is neat!

I've implemented all of @erikjung's feedback and bumped the package version (though I haven't pushed the tag yet because it isn't merged).

Re-review please! 😁

erikjung commented 8 years ago

LGTM 👍