文件名称:ig_markerfactory:使用画布动态生成适用于Google地图的标记图像
文件大小:902KB
文件格式:ZIP
更新时间:2024-02-26 00:32:51
javascript font canvas icons rollup
IG MarkerFactory 这是一个零依赖库,该库使用canvas元素从图形字体(例如 , 或生成有效的图标。 为什么? 由于某些库(例如google maps API)希望其标记具有在地图上显示的有效 : var mymarker = new google . maps . Marker ( { position : myMap . getCenter ( ) , map : myMap } ) ; mymarker . setIcon ( { url : "/img/some_image.png" , size : new google . maps . Size (
【文件预览】:
ig_markerfactory-master
----.gitignore(183B)
----karma.conf.js(774B)
----README.md(5KB)
----.codeclimate.yml(725B)
----rollup.config.js(969B)
----test()
--------icon.spec.js(24KB)
--------colors_simple.spec.js(1KB)
--------colors_opacity.spec.js(1KB)
--------vendor()
--------methods.spec.js(3KB)
--------colors_transparent.spec.js(1KB)
--------colors_darkening.spec.js(1KB)
----.prettierrc(0B)
----.jsbeautifyrc(3KB)
----examples()
--------css()
--------example.js(2KB)
--------icons.js(1KB)
--------fonts()
--------img()
--------example.esm.js(2KB)
----LICENSE(1KB)
----.eslintrc(15KB)
----package.json(2KB)
----dist()
--------markerfactory.min.js(17KB)
--------markerfactory.min.js.map(47KB)
--------markerfactory.js(28KB)
--------markerfactory.es6.js(27KB)
----.scrutinizer.yml(3KB)
----src()
--------create_transparent_marker_icon.js(2KB)
--------create_fat_marker_icon.js(2KB)
--------create_cluster_icon.js(3KB)
--------create_grouped_icon.js(2KB)
--------create_text_marker.js(3KB)
--------icon_object.js(945B)
--------parsers.js(7KB)
--------helpers.js(2KB)
--------markerfactory.js(6KB)
----favicon.png(5KB)
----.eslintignore(38B)
----.travis.yml(39B)
----.editorconfig(288B)
----index.html(6KB)
----Makefile(1KB)
----package-lock.json(199KB)