1.0.6 • Published 5 years ago
ymaps-loader v1.0.6
Загрузчик Яндекс Карт
Установка
$ npm install ymaps-loader
Использование
import load from 'ymaps-loader';
load({ apiKey: '<YOUR-API-KEY>'}).then(() => {
// The global variable `ymaps` is available now
});