# maputnik-design
**Repository Path**: codingxero/maputnik-design
## Basic Information
- **Project Name**: maputnik-design
- **Description**: Mirror of https://gitee.com/codingxero/maputnik-design
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-13
- **Last Updated**: 2025-11-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# design
These are the design resources shared across the Maputnik editor
[][stability]
[][dm-prod]
[][dm-dev]
[stability]: https://github.com/orangemug/stability-badges#unstable
[dm-prod]: https://david-dm.org/maputnik/design
[dm-dev]: https://david-dm.org/maputnik/design#info=devDependencies
## Install
To install
```
npm install maputnik/design
```
## Usage
All of the assets are npm installable, from there you can reference them from the `node_modules` directory.
### Logo
The logo comes in three different versions, please don't change the colors if you use it outside of Maputnik.
You can use a logo in the following way
```html
```
Where `{format}` is either `svg` or `png` and `{type}` is one of
| Type | |
| ----- | ------------------------------------------------------- |
| Color |
|
| Black |
|
| White |
|
**Note:** The white version has a transparent background but is on a black background above so you can see it.
#### Advanced
Including `logos/base.svg` in a page will give you full access to all the elements to style as you like, including animation. See [./logos/logo-animated.svg](/logos/logo-animated.svg) for an example
### Hosted logos
The logos are also hosted at
```html
```
## Development
The source logos live in [./src/logos](/src/logos), to build the logos in [./logos](/logos) run the following script
```
./scripts/build
```