![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
leaflet-easyprint
Advanced tools
A simple leaflet plugin which adds an icon to print the map. Compatible with both Leaflet v1+ and 0.7.
Check out the demo.
Step 1. Include the required js files in your document.
<script src="dist/leaflet.easyPrint.js"></script>
Step 2. Add the following line of code to your map script
L.easyPrint().addTo(map)
Step 3. You can pass a number of options to the plugin to control various settings.
Option | Type | Default | Description |
---|---|---|---|
title | string | 'Print map' | Sets the text which appears as the tooltip of the print button |
position | Leaflet control position | 'topleft' | Position the print button |
elementsToHide | string | none | Enables you to pass through a string of html elements to hide when the user prints the page |
Here's an example of passing through some options.
L.easyPrint({
title: 'My awesome print button',
position: 'bottomright',
elementsToHide: 'p, h2'
}).addTo(map);
Huge hats off go to mourner and all the contributors to the leaflet.js project, it's an amazing piece of open source software!
And finally thanks to IcoMoon for the print icon.
FAQs
A leaflet plugin which adds an icon to print the map
The npm package leaflet-easyprint receives a total of 0 weekly downloads. As such, leaflet-easyprint popularity was classified as not popular.
We found that leaflet-easyprint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.