Alec Alameddine
Alec Alameddine
The library is built using `` for input, which will never render multiline. You either need to change the source code to generate a `` or use some DOM replacement...
You can edit index.js and styles.js For example styles.js: ``` pSender: { color: 'black', fontSize: 16, fontWeight: '300', margin: 0, }, pRecipient: { color: 'white', fontSize: 16, fontWeight: '300', margin:...
I fixed the issue by modifying price in `yahoo-stock-prices.js` ``` let price = body.split(`"${ticker}":{"sourceInterval"`)[0] .split('class="Cl(b)"')[1] .split('active="">')[1] .split('')[0] ``` I can pull request if people are still using this