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

skewed

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skewed

Generate 3D isometric SVGs

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Skewed

Easily create pseudo 3D SVG elements.

  • Supports the following styles of pseudo 3D
  • Isometric
    • Other pseudo styles coming soon. (TODO)
  • Built-in standard 3D shapes (TODO)
  • Typescript-first package
  • Utilities for
    • Transform 3D points to 2D ones (TODO)
    • Simple camera model and control scheme for navigating and zooming in/out (TODO)
  • React support coming soon, core will be a Vanillar HTML/JS API (unless I change my mind and go React only) (TODO)

Usage

npm install skewed
// TBD

Contributing

Setup
git clone git@github.com:seflless/skewed.git
cd skewed
Watching
yarn dev
# Open the workbench page at http://localhost:5173/
Building
yarn build
Testing

TBD

Publishing to NPM

Do the usual npm version bump then publish.

npm version <major|minor|patch>
git push; git push --tags
npm publish
Test

Using vitest, the test are rerun whenever you change related code.

yarn test
Watch Tests

TODO: Do we need to put in a difference command for the CLI?

Keywords

FAQs

Package last updated on 21 Apr 2023

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