Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/slackhq/deanimator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/slackhq/deanimator

  • v0.0.1
  • Source
  • Go
  • Socket score

Version published
Created
Source

Deanimator

Deanimator is a Go package that can detect animated images and "deanimate" them by rendering just the first frame as a static image.

Busy Slack:

Becomes Calm Slack:

Installation

Add the module via go mod:

go get <TODO: module name here!>

Usage

When using the module, make sure to import / register the deanimation libraries you want to support (similar to the image package in the standard library). For example:

import (
    _ "<package>/png"
    _ "<package>/gif"
    _ "<package>/webp"
)

TODO: link to go pkg docs when published

FAQs

Package last updated on 27 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc