TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Ascii Art to Data URI

17 pointsby aehtybover 9 years ago

1 comment

danielrw7over 9 years ago
This bit is great:<p><pre><code> box = box.replace(&#x2F;#&#x2F;g, function() { i++ if (str[i]) { return str[i] } else { return &quot;&quot;; } }); </code></pre> It would be cool if you could select which characters (or all characters except for space) will be replaced with the data URI.
评论 #11053324 未加载
评论 #11052006 未加载