You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@antv/g-lite

Package Overview
Dependencies
Maintainers
61
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-lite

A core module for rendering engine implements DOM API.


Version published
Weekly downloads
28K
increased by3.17%
Maintainers
61
Created
Weekly downloads
 

Readme

Source

English | 简体中文

The graphics and event system is compatible with the DOM Element & Event API, and the animation system is compatible with the Web Animation API, so it can be adapted to existing Web-side ecologies such as D3, Hammer.js gesture library, etc. at a very low cost.

The usage is as follows, providing the following core objects and APIs.

import { Canvas, Circle } from '@antv/g-lite';

It is necessary to work with Renderer to draw the graphics out.

Canvas

https://g-next.antv.vision/en/docs/api/canvas

Camera

https://g-next.antv.vision/en/docs/api/camera

DisplayObject

https://g-next.antv.vision/en/docs/api/basic/display-object

Events

https://g-next.antv.vision/en/docs/api/event

Animation

https://g-next.antv.vision/en/docs/api/animation

Inspired by

Keywords

FAQs

Package last updated on 16 Sep 2022

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc