Changbai Li

Results 24 comments of Changbai Li

Thanks for this! Ran into the same problems ^_^

`cross-env` is a dependency that makes it easier to build `chroma.js`. It's not a dependency of the library itself :) You can read more about [cross-env here](https://www.npmjs.com/package/cross-env)

I see what you meant. I’ve been using the minified file directly so zero-dependency just meant to me that the inner working of the library doesn’t rely on any other...

+1. Anyone has the code for this?

if the data is ignored in .gitignore, it won't get pushed to github and gh-pages won't be able to build it. Not sure how submodules work with gh-pages 🤔 ----...

Wow I forgot to reply to this, sorry @kormyen Yeah, custom type is the only change involving script logic. Awesome that you have it planned 👍 Besides that I also...

Hey ljm, I encountered an error when using the notebook. Would you mind taking a look? This occurred when running `Output_Img=Image_Convert(main_dir)`. ``` FileNotFoundError: [Errno 2] No such file or directory:...

Ditto on the authorization issue, although it doesn't seem to completely make the colab notebook unusable. The stylize_image.sh script still works when called directly.

Hey @topperwithharley , I got this repo running on Windows 10 x64 just now. Will share my setup and quirks below, hope it'll help! ------ ## Dependencies - OS: Windows...