Vector graphics in Javascript?

后端 未结 7 599
孤街浪徒
孤街浪徒 2020-12-24 08:01

One of the advantages of Flash/Flex is that you can use vector graphics (SVG), which is nice. I did a bit of searching around and came across this Javascript vector graphic

7条回答
  •  悲&欢浪女
    2020-12-24 08:48

    Just to add an additional answer. the creator of one of the popular vector js (Raphaël) joined Adobe and worked on this (http://snapsvg.io/) for several years.

    although the last release is from 2017 its much more maintained and newer than other libraries mentioned here. hope this helps someone looking for svg vector graphics library in js.

    if you are looking for a meteorjs build for snap you can get it here (https://atmospherejs.com/mirageglobe/snapsvgcdn) with

    $ meteor add mirageglobe:snapsvgcdn
    

提交回复
热议问题