gitextract_wp65fbp2/ ├── .appcast.xml ├── .gitignore ├── .vscode/ │ └── settings.json ├── LICENSE ├── README.md ├── assets/ │ └── plugin-call.js ├── examples/ │ └── Stickers Example Library.sketch ├── package.json ├── skpm-build-with-child.js ├── src/ │ ├── color-util.js │ ├── commands.js │ ├── manifest.json │ ├── sticker-index.js │ ├── stickers-ui.js │ ├── util-libraries.js │ ├── util-progress-reporter.js │ └── util.js └── web/ ├── index.js ├── package.json ├── src/ │ ├── .gitignore │ ├── _stub-sticker-index.json.readme.md │ ├── client.js │ ├── components/ │ │ ├── button/ │ │ │ └── button.scss │ │ └── zerostate/ │ │ └── zerostate.scss │ ├── index.html │ ├── index.js │ ├── index.scss │ ├── lib/ │ │ ├── element-visibility.js │ │ ├── embedded-ui.scss │ │ └── svg-icons.scss │ ├── plugin-call-stub.js │ └── variables.scss └── webpack.config.js