cjsaylor / chessimage

Golang library for rendering chess board images in a specific state.
https://godoc.org/github.com/cjsaylor/chessimage
MIT License
5 stars 5 forks source link

Embed assets #9

Closed Hultan closed 1 year ago

Hultan commented 1 year ago

This PR embeds the assets in the assets folder. If the option AssetFolder is an empty string, the embedded assets will be used instead.

This closes #5.

Hultan commented 1 year ago

I might have screwed up here, still learning git/github, This PR seems to include the other PR (nr 8), not sure how to fix that...

Hultan commented 1 year ago

I think I can close this one, it should be merged into my other commit, but since I am not sure if I mess something up again, I'll wait til you merged the other one (if you do).