# Typograms **Repository Path**: mirrors/Typograms ## Basic Information - **Project Name**: Typograms - **Description**: Typograms是一种轻量级图像格式 (text/typogram),可用于在技术文档中定义简单图表 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/typograms - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 2 - **Created**: 2023-08-09 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # typograms Typograms (short for typographic diagrams) is a lightweight image format (`text/typogram`) useful for defining simple diagrams in technical documentation, originally developed [here](https://code.sgo.to/2022/06/20/typographic-diagrams.html). See it in action here: https://google.github.io/typograms/ Like markdown, typograms is heavily inspired by pre-existing conventions found in ASCII diagrams. A small set of primitives and rules to connect them is defined, which you can use to build larger diagrams. Typograms optimizes for editability and portability (e.g. plain text is easy to maintain, change, store and transmit), at the cost of expressivity (e.g. SVG is more expressive) and ergonomics (e.g. higher level tools produce diagrams faster). You can embed typograms into pages using the JS rendering library: ```html ``` A comparison with related work is available [here](https://google.github.io/typograms/#related).