datauri-cli
TypeScript icon, indicating that this package has built-in type declarations

4.1.0 • Public • Published

datauri-cli

CLI to generate Data URI scheme using datauri module.

The data URI scheme is a uniform resource identifier (URI) scheme that provides a way to include data in-line in web pages as if they were external resources.

from: Wikipedia

CLI Build Status

npm install -g datauri-cli (it may require Root privileges)

or

npx datauri-cli <file_path> <flags>

Print

To print a data-uri scheme from a file

$ datauri brand.png

or copy into your clipboard

$ datauri brand.png --copy

CSS Background

To output css with data-uri background:

$ datauri brand.png --css
$ datauri brand.png --css --copy

or create/update file:

$ datauri brand.png --css=asset/background.css

If you want to define a Class Name, width and etc just type:

$ datauri brand.png --css --className=MyNewClass
$ datauri brand.png --css --width --height
$ datauri brand.png --css --backgroundSize

ChangeLog

Requirements

Node.js 10+

License

MIT License (c) Data-URI.js

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i datauri-cli

    Weekly Downloads

    3

    Version

    4.1.0

    License

    MIT

    Unpacked Size

    4.8 kB

    Total Files

    6

    Last publish

    Collaborators

    • helder