hello-smile6 / neofetch-js

Neofetch for the web.
https://neofetch.vercel.app
GNU General Public License v3.0
5 stars 2 forks source link

Add color support #10

Closed hello-smile6 closed 2 years ago

hello-smile6 commented 2 years ago

@webdev03

webdev03 commented 2 years ago

Hmm I'll see this later!

hello-smile6 commented 2 years ago

Hmm I'll see this later!

Have some ideas, I'll look into it and make a new branch for this

hello-smile6 commented 2 years ago

@webdev03 https://github.com/chalk/strip-ansi

hello-smile6 commented 2 years ago

https://cdn.jsdelivr.net/gh/chalk/strip-ansi

hello-smile6 commented 2 years ago

Let's just rewrite it inline. https://cdn.jsdelivr.net/npm/ansi-regex@6.0.1/index.js Just run that as a function...

hello-smile6 commented 2 years ago

Done!