Skip to content

dberget/nexrender-action-normalize-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nexrender-action-normalize-color

Pre-render action that will take a hex value without the # and convert to the appropriate format for nexrender.

{
  "assets": [
    {
      "type": "data",
      "layerName": "branded_slide",
      "property": "Effects.Fill.Color",
      "value": "ED2032"
    }
  ],
  "actions": {
    "prerender": [
      {
        "module": "nexrender-action-normalize-color",
        "layers": [
          "branded_slide"
        ]
      }
    ]
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published