Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@css-doodle/cli
Advanced tools
A command-line tool for css-doodle to preview and generate images.
npm install -g @css-doodle/cli
[!NOTE] After installation, you can use
cssd
orcss-doodle
command in the terminal.
Usage: cssd [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
render Generate an image from css|cssd|html file or from CodePen link
preview Open a window to preview the css|cssd file
generate Generate code using css-doodle generators
config Display/set the configurations
use Shorthand to fetch and use a custom version of css-doodle
parse Print the parsed tokens, helped to debug on development
upgrade Upgrade CLI to the latest version
Generate an image from the css-doodle source file. The source file can be a .css
, .cssd
, .html
file or CodePen link.
-o, --output
: Custom output filename of the generated image.-x, --scale
: Scale factor of the generated image, defaults to 1.-s, --selector
: CSS selector to target the rendered node, defaults to css-doodle
.-d, --delay
: Delay in milliseconds after the image is rendered.cssd render
cssd render code.css
cssd render code.css -o result.png
cssd render code.css -x 4
cssd render https://codepen.io/yuanchuan/pen/MQEeJo
Open a window to preview the css-doodle source file. The source file can be either .css
or .cssd
.
--fullscreen
: Open in fullscreen mode.cssd preview code.css
cssd preview code.css --fullscreen
Generate code using css-doodle generators.
svg
: Generate SVG code using svg() function.polygon
: Generate CSS polygon() using shape() function.cssd generate svg code.css
cssd generate polygon code.css
# read from STDIN
cssd generate polygon
Display/set the configurations in key/value pairs. Currently only two configuration names are recognized:
set
: Set a configuration with key/value pair.get
: Get a configuration value by key.list
: List all configurations.Recognizable configurations:
browserPath
: The path to the browser executable.css-doodle
: The path to the css-doodle to use.# show all configurations
cssd config list
# use a custom browser
cssd config set browserPath /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
# reset
cssd config set browserPath ''
# get the value
cssd config get browserPath
# download and use a custom version of css-doodle
cssd config set css-doodle 0.40.6
Shorthand of cssd config set css-doodle <version>
.
cssd use css-doodle@0.40.6
# or just version
cssd use 0.40.6
cssd use latest
Upgrade CLI to the latest version.
cssd upgrade
FAQs
A command-line tool for css-doodle to preview and generate images/videos
The npm package @css-doodle/cli receives a total of 0 weekly downloads. As such, @css-doodle/cli popularity was classified as not popular.
We found that @css-doodle/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.