-
Notifications
You must be signed in to change notification settings - Fork 11
[WIP] pancake-svg
package enhancement
#103
base: master
Are you sure you want to change the base?
Conversation
2088d8f
to
4cd876c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mikey0000! The SVG updates look pretty good, obviously as this is such a large change we're going to have to go through everything so it might take a bit of time for us to QA this.
Face value though, looking good 👍
Thanks, will go over suggestions and tidy up. |
0f663cb
to
a5ca6bb
Compare
import fs from 'fs'; | ||
import SVGSpriter from 'svg-sprite'; | ||
import { from as svgToImgFrom } from 'svg-to-img'; | ||
import {promisify} from 'util'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this is available since node v8
pancake-svg
package enhancement
f7e15ef
to
6ae703e
Compare
pancake-svg
package enhancementpancake-svg
package enhancement
@mikey0000 Sorry it's taken us so long to get back to this issue, just wanted to let you know the current status. We're going to put this PR on hold until we make a firm decision on the future of the If we do decide to keep |
No worries, good to hear. |
58cc1c2
to
5033660
Compare
faaa524
to
5033660
Compare
…fs.readFileSync so spriter doesn't compile nothing
e6ac536
to
ff40ddb
Compare
make a svg plugin.
Needs a bit of tidying up to get all the promise ducks in a row but does work.
not a ton of extra configuration but is a good standard start with png fallback images being created as well.