Socket
Socket
Sign inDemoInstall

stylecow-plugin-base64

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    stylecow-plugin-base64

Stylecow plugin to embed base64-encoded images in the css


Version published
Maintainers
1
Install size
93.3 kB
Created

Readme

Source

stylecow plugin base64

Build Status

Stylecow plugin to embed images in the css using base64 encode. Only images lower than 5Kb will be embedded.

You write:

div {
	background: url('image.png');
}

And stylecow converts to:

div {
    background: url("data:image/png;base64,iVBORw0KGg...");
}

More demos in the tests folder

FAQs

Last updated on 04 Aug 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc