Graphics on the Web - Developer guides 编辑
Websites and applications often need to present graphics, such as images. Static images can easily be displayed using the <img>
element, or by setting the background of HTML elements using the background-image
property. You can also construct graphics on-the-fly, or manipulate images after the fact. These articles provide insight into how you can accomplish this.
2D Graphics
- Canvas
- The
<canvas>
element provides APIs to draw 2D graphics using JavaScript. - SVG
- Scalable Vector Graphics (SVG) lets you use lines, curves, and other geometric shapes to render graphics. With vectors, you can create images that scale cleanly to any size.
3D Graphics
- WebGL
- A guide to getting started with WebGL, the 3D graphics API for the Web. This technology lets you use standard OpenGL ES in web content.
Video
- Using HTML5 audio and video
- Embedding video and/or audio in a web page and controlling its playback.
- WebRTC
- The RTC in WebRTC stands for Real-Time Communications, a technology that enables audio/video streaming and data sharing between browser clients (peers).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论