du5t / capsule

HTML snippet extractor/cypherspace re-transmitter
4 stars 3 forks source link

improve selected HTML getter #2

Closed du5t closed 8 years ago

du5t commented 8 years ago
// por ejemplo, from snapshooter
const styleString = '<style>'
          .concat(parsedSelection.css.reduce((cssStr, cssObj) => 
                  cssStr.concat(JSON.stringify(cssObj)), ''))
          .concat('</style>')
du5t commented 8 years ago

fixed in 4454455. styling can come later when there's a spaceship viewer module.