Skip to content

Instantly share code, notes, and snippets.

View sevkin's full-sized avatar

Vsevolod Balashov sevkin

View GitHub Profile
@sevkin
sevkin / ymap.js
Last active February 11, 2024 22:20
sample yandex.maps AMD module
/*
requirejs.config({
paths: {
'ymaps': ['//api-maps.yandex.ru/2.0-stable/?load=package.standard&lang=ru-RU']
},
shim: {
'ymaps': {exports: 'ymaps'}
}
});
*/