UNPKG

3.97 kBMarkdownView Raw
1Leaflet was created 11 years ago by [Volodymyr Agafonkin](https://agafonkin.com), a Ukrainian citizen living in Kyiv.
2
3Volodymyr is no longer in Kyiv, because Russian bombs are falling over the city. His family, his friends, his neighbours, thousands and thousands of absolutely wonderful people, are either seeking refuge or fighting for their lives.
4
5The Russian soldiers have already killed tens of thousands of civilians, including women and children, and are committing mass war crimes like gang rapes, executions, looting, and targeted bombings of civilian shelters and places of cultural significance. The death toll keeps rising, and Ukraine needs your help.
6
7As Volodymyr [expressed a few days ago](https://twitter.com/LeafletJS/status/1496051256409919489):
8
9> If you want to help, educate yourself and others on the Russian threat, follow reputable journalists, demand severe Russian sanctions and Ukrainian support from your leaders, protest war, reach out to Ukrainian friends, donate to Ukrainian charities. Just don't be silent.
10
11Ukrainians are recommending the [Come Back Alive](https://www.comebackalive.in.ua) charity. For other options, see [SupportUkraineNow.org](https://supportukrainenow.org).
12
13If an appeal to humanity doesn't work for you, I'll appeal to your egoism: the future of Ukrainian citizens is the future of Leaflet.
14
15It is chilling to see Leaflet being used for [documenting Russia's war crimes](https://ukraine.bellingcat.com/), [factual reporting of the war](https://liveuamap.com/) and for coordination of humanitarian efforts [in Romania](https://refugees.ro/) and [in Poland](https://dopomoha.pl/). We commend these uses of Leaflet.
16
17If you support the actions of the Russian government (even after reading all this), do everyone else a favour and [carry some seeds in your pocket](https://www.theguardian.com/world/video/2022/feb/25/ukrainian-woman-sunflower-seeds-russian-soldiers-video).
18
19Yours truly,<br>
20Leaflet maintainers.
21
22---
23
24<img width="600" src="https://rawgit.com/Leaflet/Leaflet/main/src/images/logo.svg" alt="Leaflet" />
25
26Leaflet is the leading open-source JavaScript library for **mobile-friendly interactive maps**.
27Weighing just about 39 KB of gzipped JS plus 4 KB of gzipped CSS code, it has all the mapping [features][] most developers ever need.
28
29Leaflet is designed with *simplicity*, *performance* and *usability* in mind.
30It works efficiently across all major desktop and mobile platforms out of the box,
31taking advantage of HTML5 and CSS3 on modern browsers while being accessible on older ones too.
32It can be extended with a huge amount of [plugins][],
33has a beautiful, easy to use and [well-documented][] API
34and a simple, readable [source code][] that is a joy to [contribute][] to.
35
36For more info, docs and tutorials, check out the [official website][].<br>
37For **Leaflet downloads** (including the built main version), check out the [download page][].
38
39We're happy to meet new contributors.
40If you want to **get involved** with Leaflet development, check out the [contribution guide][contribute].
41Let's make the best mapping library that will ever exist,
42and push the limits of what's possible with online maps!
43
44[![CI](https://github.com/Leaflet/Leaflet/actions/workflows/main.yml/badge.svg)](https://github.com/Leaflet/Leaflet/actions/workflows/main.yml)
45
46 [contributors]: https://github.com/Leaflet/Leaflet/graphs/contributors
47 [features]: http://leafletjs.com/#features
48 [plugins]: http://leafletjs.com/plugins.html
49 [well-documented]: http://leafletjs.com/reference.html "Leaflet API reference"
50 [source code]: https://github.com/Leaflet/Leaflet "Leaflet GitHub repository"
51 [hosted on GitHub]: http://github.com/Leaflet/Leaflet
52 [contribute]: https://github.com/Leaflet/Leaflet/blob/main/CONTRIBUTING.md "A guide to contributing to Leaflet"
53 [official website]: http://leafletjs.com
54 [download page]: http://leafletjs.com/download.html
55