GithubHelp home page GithubHelp logo

circle-free / svg-drawing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kmkzt/svg-drawing

0.0 2.0 0.0 4.31 MB

svg drawing library.

Home Page: https://kmkzt.github.io/svg-drawing/

License: MIT License

TypeScript 100.00%

svg-drawing's Introduction

svg-drawing

npm version npm download codecov

svg animation image

svg-drawing is svg based drawing library.

This is a demo. Code is here.

This project has moved to monorepo. If you want to use the previous version, please use here.

Getting Started

npm

npm i @svg-drawing/core
# or
yarn add @svg-drawing/core
import { SvgDrawing } from '@svg-drawing/core'

const el = document.createElement('div')

// Drawing area will be resized to fit the rendering area
el.setAttribute(
  'style',
  `
  border: 1px solid #ddd;
  width: 500px;
  height: 500px;
  `
)
document.body.appendChid(el)
new SvgDrawing(el)

CDN

<div id="draw-area" style="width: 100vw;height: 100vh;"></div>
<!-- Common JS-->
<script src="https://unpkg.com/@svg-drawing/[email protected]/lib/index.umd.js"></script>
<script>
  var draw = new SVGDCore.SvgDrawing(document.getElementById('draw-area'))
</script>

Here is an example for Html only.

Packages

Packages Description
@svg-drawing/corenpm version Core Module
@svg-drawing/animationnpm version Animate the drawn Svg. Can be animations using JavaScript or <animate>
@svg-drawing/img-tracenpm version Image(png/jpg) convert Svg.
@svg-drawing/reactnpm version For React.

svg-drawing's People

Contributors

kmkzt avatar renovate-bot avatar renovate[bot] avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.