New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

mewmap

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mewmap

Interactive vector maps powered by SVG

latest
Source
npmnpm
Version
0.1.0-alpha.5
Version published
Maintainers
1
Created
Source

mewmap

Bundle size badge

Interactive vector maps in a tiny bundle size, powered by SVG.

import { mewmap } from 'mewmap';

const map = mewmap({
    svg: document.getElementById("mewmap"),
    longitude: 24.9384,
    latitude: 60.1699,
    zoom: 12,
});
<svg id="mewmap" width="600" height="400"></svg>

Note that for complex maps some browsers may struggle to render at high frame rates, particularly on mobile devices.

Why

Simplicity. More complex map rendering libraries are undoubtedly impressive and have their place, but many scenarios don't need their advanced features.

If you're looking to have a map on your website, with maybe a few markers and ability for visitors to interact with it, mewmap is a great choice.

Roadmap

The aim is to cover most common use cases of a map on a website.

  • Functional rendering with reference map style (VersaTiles colorful; excluding symbols)
  • Raster sources/layers (satellite)
  • Symbols rendering (text and icons)
  • GeoJSON sources (markers, external data)
  • More comprehensive Maplibe/Mapbox style spec support
  • Server rendering
  • Lightweight React wrapper

If there's something more you'd like to see, please open an issue or submit a pull request.

Keywords

map

FAQs

Package last updated on 27 Jan 2026

Did you know?

Socket

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.

Install

Related posts