Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fraserxv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Running Headless JavaScript Testing with Electron on Any CI Server
(webuild.envato.com)
1 points
by
fraserxv
11y ago
|
0 comments
2.
▲
PDF Generation on the Web
(medium.com)
1 points
by
fraserxv
11y ago
|
0 comments
3.
▲
by
fraserxv
11y ago
What is the use case to delay the rendering? It's surely possible but you can do that in your own code no?
4.
▲
by
fraserxv
11y ago
Actually I have lots of issue with wkhtmltopdf.org, it does not really support well for encoding text like Myanmar language(haven't test it yet). Plus 'the browser' is the best(not even one of) tool to render HTML properly, t
5.
▲
Generate PDF from URL or HTML with Electron
(github.com)
2 points
by
fraserxv
11y ago
|
4 comments
6.
▲
by
fraserxv
13y ago
@hellopat In case you want know more about using browerify for client side development, do check this: http://dontkry.com/posts/code/using-npm-on-the-client-side.h... http://dontkry.com/posts/
7.
▲
by
fraserxv
13y ago
Hmm. I got the same issue while trying to use certain libraries. Not all of them is suitable for using in the client side. I changed some of the code and using the `module.exports` method to export it for browserify to use. Luckily most of
8.
▲
by
fraserxv
13y ago
Yeap. Check out the code here. https://github.com/fraserxu/gifme There's an awesome library to do this. It's basically capture serval frames and use a algorithem to generate it.
9.
▲
by
fraserxv
13y ago
Like this way of getting things done. Geeky! I may translate the post into Chinese later.