1
0
mirror of https://github.com/lrsjng/pagemap.git synced 2025-09-02 09:33:28 +02:00
This commit is contained in:
Lars Jung
2024-11-09 19:17:33 +01:00
parent cff4c99036
commit 192be62516
10 changed files with 5372 additions and 6182 deletions

View File

@@ -1,7 +1,6 @@
# pagemap
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github] [![npm][npm-img]][npm]
[![version][npm-v-img]][npm] [![downloads][npm-dm-img]][npm]
[![license][license-img]][github] [![github][github-img]][github] [![npm][npm-img]][npm]
Mini map for web pages.
@@ -45,7 +44,7 @@ pagemap(document.querySelector('#map'), {
## License
The MIT License (MIT)
Copyright (c) 2020 Lars Jung (https://larsjung.de)
Copyright (c) 2024 Lars Jung (https://larsjung.de)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -66,14 +65,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
[web]: https://larsjung.de/pagemap/
[github]: https://github.com/lrsjng/pagemap
[npm]: https://www.npmjs.org/package/pagemap
[license-img]: https://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
[web-img]: https://img.shields.io/badge/web-larsjung.de/pagemap-a0a060.svg?style=flat-square
[github-img]: https://img.shields.io/badge/github-lrsjng/pagemap-a0a060.svg?style=flat-square
[npm-img]: https://img.shields.io/badge/npm-pagemap-a0a060.svg?style=flat-square
[npm-v-img]: https://img.shields.io/npm/v/pagemap.svg?style=flat-square
[npm-dm-img]: https://img.shields.io/npm/dm/pagemap.svg?style=flat-square