UNPKG
ember-svg-jar
Version:
latest (2.7.1)
2.7.1
2.7.0
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.12.0
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.3
0.0.1
Best way to use SVG images in Ember applications
svgjar.web.app
voltidev/ember-svg-jar
ember-svg-jar
/
addon
/
template-registry.d.ts
6 lines
(4 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
SvgJar
from
'./helpers/svg-jar'
;
export
default
interface
EmberSvgJarRegistry
{
'svg-jar'
:
typeof
SvgJar
; }