1.1.0 • Published 10 months ago

vector-drawable-svg v1.1.0

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.0

10 months ago

1.0.8

10 months ago

1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago