Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kmq116 committed Nov 23, 2024
1 parent f9f9a49 commit 761ce59
Show file tree
Hide file tree
Showing 7 changed files with 3,872 additions and 2,596 deletions.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,12 @@
"json",
"jsonc",
"yaml"
]
],
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#1073cf2d",
"editor.lineHighlightBorder": "#9fced11f",
"activityBar.background": "#550B4B",
"titleBar.activeBackground": "#770F69",
"titleBar.activeForeground": "#FFFBFE"
}
}
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pkg-placeholder
# zrender-geo-converter

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
Expand All @@ -9,7 +9,7 @@
_description_

> **Note**:
> Replace `pkg-placeholder`, `_description_` and `kmq116` globally to use this template.
> Replace `zrender-geo-converter`, `_description_` and `kmq116` globally to use this template.
## Sponsors

Expand All @@ -25,13 +25,13 @@ _description_

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/pkg-placeholder
[npm-downloads-src]: https://img.shields.io/npm/dm/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/pkg-placeholder
[bundle-src]: https://img.shields.io/bundlephobia/minzip/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=pkg-placeholder
[license-src]: https://img.shields.io/github/license/kmq116/pkg-placeholder.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/kmq116/pkg-placeholder/blob/main/LICENSE
[npm-version-src]: https://img.shields.io/npm/v/zrender-geo-converter?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/zrender-geo-converter
[npm-downloads-src]: https://img.shields.io/npm/dm/zrender-geo-converter?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/zrender-geo-converter
[bundle-src]: https://img.shields.io/bundlephobia/minzip/zrender-geo-converter?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=zrender-geo-converter
[license-src]: https://img.shields.io/github/license/kmq116/zrender-geo-converter.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/kmq116/zrender-geo-converter/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/pkg-placeholder
[jsdocs-href]: https://www.jsdocs.io/package/zrender-geo-converter
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "pkg-placeholder",
"name": "zrender-geo-converter",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"description": "_description_",
"author": "kmq116 <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/kmq116",
"homepage": "https://github.com/kmq116/pkg-placeholder#readme",
"homepage": "https://github.com/kmq116/zrender-geo-converter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kmq116/pkg-placeholder.git"
"url": "git+https://github.com/kmq116/zrender-geo-converter.git"
},
"bugs": "https://github.com/kmq116/pkg-placeholder/issues",
"bugs": "https://github.com/kmq116/zrender-geo-converter/issues",
"keywords": [],
"sideEffects": false,
"exports": {
Expand Down
Loading

0 comments on commit 761ce59

Please sign in to comment.