
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Utility for converting Adobe eXperience Design files into SVG.
Two ways to install utility:
via npm
npm install xd2svg -g
via yarn
yarn global add xd2svg
You can use utility from CLI
xd2svg InputFile.xd [options]
options:
-o, --output - specify output path (default FileName directory or FileName.svg)
-s, --single - specify does output should be single file with all artboards or directory with separated each other (default: false)
-p, --pretty-print - specify does output should be pretty printed (default: false)
Or import package into your project
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
TL;DR
We use SemVer for versioning. For the versions available, see the releases and tags on this repository.
The format is based on Keep a Changelog. For the versions changelog, see the CHANGELOG.md
Blur filters work incorrectly for some cases
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
What is Adobe XD?
It's software from Adobe Creative Cloud which used by designers for creating prototypes.
Can I know more about Adobe XD?
Yes, you can know more on official website.
What is present *.xd files?
It's simple archives with meta-data and JSON.
Zip data (MIME type "application/vnd.adobe.sparkler.project+dcxucf")
FAQs
Utility for converting Adobe XD files (*.xd) to SVG
We found that xd2svg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.