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

Add artboard background color to metadata #105

Open
koenbok opened this issue Dec 18, 2015 · 0 comments
Open

Add artboard background color to metadata #105

koenbok opened this issue Dec 18, 2015 · 0 comments

Comments

@koenbok
Copy link
Collaborator

koenbok commented Dec 18, 2015

For artboards, I'd love to have the background color included in the metadata:

image

[
    {
        "id": "F2574D4F-02D2-4627-AC94-9CDFD466821E", 
        "imageType": "png", 
        "kind": "artboard", 
        "layerFrame": {
            "height": 667, 
            "width": 375, 
            "x": 130, 
            "y": 14
        }, 
        "maskFrame": null, 
        "metadata": {
            "backgroundColor": "rgba(255, 0, 0, 1)",
        }, 
        "name": "iPhone6", 
        "visible": true
    }
]
@koenbok koenbok added this to the Fix Sprint 3.5 milestone Dec 18, 2015
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