Git Product home page Git Product logo

custom-asset-scripts-wonderdraft's People

Contributors

dependabot[bot] avatar ianfhunter avatar matthewmiguelhernandez avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

custom-asset-scripts-wonderdraft's Issues

Frames

TBD what is different

SVG Backend setting

There are a couple of ways to convert svg to png, cairopng seems fastest for me, but perhaps other backends are faster on other pcs. It would be nice to have a setting to switch between them

Prompt to install updates

If new github release, gui/tool should print out saying the user should upgrade and provide an easy way to do so

Better Engine selection

On first launch, suggest which engines are available.
provide a flag --engine-select to reselect or override

Shaded MagicRGB support

example:
ff0000 base color would be translated to template color
cc0000 base color would be translated to darker color

Change applied style to actual properties

Lot of svg from website like vexels or flat icons don't really recolor the file with the color you want, they use style for recolor
The hide/unhide le me save with inkscape and when i save with inkscape it get rid of them and convert style color into real color

examplefile.zip

Color txt issue

when imputing colors sometime the script doesn't recognize separation between 2 colors packs
https://cdn.discordapp.com/attachments/502537052215312387/507694675906527232/color_schemes.txt

we would need an other symbol to separate 2 color pack, like '-' or '|' instead of nothing or even new line for every color pack

think the issue come from this:

"color_schemes = [
{ 'name': s[0], 'variant': s[1], 'colors': s[2:] }
for s in [
l.strip().split(',')
for l in open(COLOR_SCHEME_FILE).readlines()
if l.strip()[0] != '#'
]
]"

This part i think:
" if l.strip()[0] != '#'"

The issue might be the same as this one https://translate.google.fr/translate?sl=fr&tl=en&js=y&prev=_t&hl=fr&ie=UTF-8&u=http%3A%2F%2Fsametmax.com%2Fle-piege-de-la-methode-strip-des-chaines-en-python%2F&edit-text=&act=url

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.