Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить возможность не выгружать иконки #7

Open
yarastqt opened this issue Aug 2, 2021 · 0 comments

Comments

@yarastqt
Copy link
Member

yarastqt commented Aug 2, 2021

Описание

Необходимо добавить возможность не выгружать иконки из figma которые не готовы в данный момент для релиза.

Для этого необходимо добавить в parseMeta новую директиву Export, которая может принимать значение False | True, если значение False то не выгружаем данную иконку (по умолчанию True).

Пример

figma

Outline=True, Fill=False, 24=True, Export=False

struct

{
  isOutline: isOutline,
  isExported: false,
  size: 24,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant