1.1.2 • Published 10 months ago

vector-drawable-svg v1.1.2

Weekly downloads
8
License
MIT
Repository
github
Last release
10 months ago

Installation & Usage

Install

npm install vector-drawable-svg
const { transform } = require('vector-drawable-svg');

const svgContent = transform(vectorDrawbleContent, {
	pretty: true,
	override: {
		'@color/colorPrimary': '#00ff00',
		'@color/colorSecondary': '#00ff00',
		'?android:attr/textColorPrimary': 'white',
	});

Using on Bash

npm install -g vector-drawable-svg
vd2svg my-drawable.xml file.svg
1.1.2

10 months ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago