Skip to content
/ dlogos Public

Resize logos into different formats and sizes defined in the 'dlogos.json'

Notifications You must be signed in to change notification settings

dnode/dlogos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Dependency Status devDependency Status

Example

dlogos.json

[
  {
    "source": "...",
    "path": "...",
    "destinations": [
      { "path": "...", "width": "..." }
    ]
  }
]

package.json

{
  "scripts": {
    "postinstall": "dlogos"
  }
}

About

Resize logos into different formats and sizes defined in the 'dlogos.json'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published