Meteor-Community-Packages/Meteor-CollectionFS

Display images via Template.onCreated method

Opened this issue · 0 comments

Is it possible to access images from GridFS in Template.onCreated()? I'm using a D3 chart which can be added to the template only via Template.onCreated(). I've been using CollectionFS via a helper method to display images but to use it with the chart I would need a different way to access the images.
If you know whether this should work that would be very helpful, thanks.