diff --git a/.travis.yml b/.travis.yml index 5ff2e87..4b896c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,3 @@ script: - npm test notifications: email: false - slack: - rooms: - - secure: sXYAo0YqAkdu4ZC0hnmnt0qpuZP7cOFtXf8MZA4a8CSJ/DyzzERF8B4lihEmHMXqXoDmHIMGOUGwQQ6SbG4kSRGWIJGGMiPC8yHhPbkbVBECnb2NxRc72KY7pD7Q2fYpieCGXBwh3ZukDPcUhFoiEddMdAKX1yTZsxYBR6xrIPUf3xGXq4e/T72bmxGono1NmUFD499uCdtPc6vYqQkXAo0vt79yGKaEMtCUoUeJcq6cPWaCzE9beMkKDb8XVjhLlJrJMXAqxuH3aIlKhGCgtwJfReomUNXRbmZGujTM4qi8yqi4f51F6jHp+1PiQbpcPW5bcGOOFlPcrtw6NVl1gcWe4Vz7hxBBeTq3Ut2B/pTLvkr91ow4tYy1g6sIS+R7cqPQNJ8MJsAtyydM3345yhj00EbxtiXxN/4by7GNMDJvWqQMIlhpBL+GA95ikh9rdOmafVjyUOSbGun048RHSdZav+rMGyQBLA9ncDAvTcPkJwDpkh/Ri2vRs41/SXHcdB/lOQfIeWLtZbSB63VtjlmCgxaPnr8ErglqBUEEBvK2/SyJshdCV94l+43v2eog0K8gN+5JkhwzNCY7hJjQOxpAqeghVPCr00QBw4HJcjb6A8b5LIKbgpIRHd6X9gD/NBJQuMTSPq+KIFQ8IgQjRr4+PyeXmvBH8OSzma8R9Uc= - on_failure: change - on_success: change diff --git a/CHANGES.md b/CHANGES.md index f89a9b3..ff85ae4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,36 +1,36 @@ ## Version 0.4.0, 2018.02.05 -* Bump Puppeteer to v1 [#32](https://github.com/NotNinja/convert-svg/issues/32) -* Replace chai with assert [#34](https://github.com/NotNinja/convert-svg/issues/34) +* Bump Puppeteer to v1 [#32](https://github.com/neocotic/convert-svg/issues/32) +* Replace chai with assert [#34](https://github.com/neocotic/convert-svg/issues/34) ## Version 0.3.3, 2017.12.08 -* Add puppeteer.launch options available into CLI [#29](https://github.com/NotNinja/convert-svg/issues/29) +* Add puppeteer.launch options available into CLI [#29](https://github.com/neocotic/convert-svg/issues/29) ## Version 0.3.2, 2017.11.21 -* Error being thrown caused by lost context for CLI [#24](https://github.com/NotNinja/convert-svg/issues/24) -* Pass custom arguments to puppeteer [#25](https://github.com/NotNinja/convert-svg/issues/25) [#27](https://github.com/NotNinja/convert-svg/issues/27) -* Bump puppeteer to v0.13.0 [#26](https://github.com/NotNinja/convert-svg/issues/26) +* Error being thrown caused by lost context for CLI [#24](https://github.com/neocotic/convert-svg/issues/24) +* Pass custom arguments to puppeteer [#25](https://github.com/neocotic/convert-svg/issues/25) [#27](https://github.com/neocotic/convert-svg/issues/27) +* Bump puppeteer to v0.13.0 [#26](https://github.com/neocotic/convert-svg/issues/26) ## Version 0.3.1, 2017.11.03 -* Error thrown as context is lost for API methods when using destructuring imports [#22](https://github.com/NotNinja/convert-svg/issues/22) +* Error thrown as context is lost for API methods when using destructuring imports [#22](https://github.com/neocotic/convert-svg/issues/22) ## Version 0.3.0, 2017.11.03 -* Add option to control background color [#14](https://github.com/NotNinja/convert-svg/issues/14) -* Remove all controllable short options for CLI [#15](https://github.com/NotNinja/convert-svg/issues/15) (**breaking change**) -* Split package up into multiple packages to be more modular [#17](https://github.com/NotNinja/convert-svg/issues/17) (**breaking change**) -* Add convert-svg-to-jpeg package to convert SVG to JPEG [#18](https://github.com/NotNinja/convert-svg/issues/18) +* Add option to control background color [#14](https://github.com/neocotic/convert-svg/issues/14) +* Remove all controllable short options for CLI [#15](https://github.com/neocotic/convert-svg/issues/15) (**breaking change**) +* Split package up into multiple packages to be more modular [#17](https://github.com/neocotic/convert-svg/issues/17) (**breaking change**) +* Add convert-svg-to-jpeg package to convert SVG to JPEG [#18](https://github.com/neocotic/convert-svg/issues/18) ## Version 0.2.0, 2017.10.29 -* Add CLI & convertFile method to API [#2](https://github.com/NotNinja/convert-svg/issues/2) [#8](https://github.com/NotNinja/convert-svg/issues/8) -* Add scale option [#3](https://github.com/NotNinja/convert-svg/issues/3) [#11](https://github.com/NotNinja/convert-svg/issues/11) -* Throw error when baseFile & baseUrl options are both specified [#4](https://github.com/NotNinja/convert-svg/issues/4) (**breaking change**) -* Change source/target terminology to input/output [#6](https://github.com/NotNinja/convert-svg/issues/6) -* Expose Converter class as primary export [#9](https://github.com/NotNinja/convert-svg/issues/9) (**breaking change**) +* Add CLI & convertFile method to API [#2](https://github.com/neocotic/convert-svg/issues/2) [#8](https://github.com/neocotic/convert-svg/issues/8) +* Add scale option [#3](https://github.com/neocotic/convert-svg/issues/3) [#11](https://github.com/neocotic/convert-svg/issues/11) +* Throw error when baseFile & baseUrl options are both specified [#4](https://github.com/neocotic/convert-svg/issues/4) (**breaking change**) +* Change source/target terminology to input/output [#6](https://github.com/neocotic/convert-svg/issues/6) +* Expose Converter class as primary export [#9](https://github.com/neocotic/convert-svg/issues/9) (**breaking change**) ## Version 0.1.0, 2017.10.19 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75df66f..65101ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ # Contributing If you have any questions about this library please feel free to -[raise an issue](https://github.com/NotNinja/convert-svg/issues/new). +[raise an issue](https://github.com/neocotic/convert-svg/issues/new). -Please [search existing issues](https://github.com/NotNinja/convert-svg/issues) for the same feature and/or issue before +Please [search existing issues](https://github.com/neocotic/convert-svg/issues) for the same feature and/or issue before raising a new issue. Commenting on an existing issue is usually preferred over raising duplicate issues. Please ensure that all files conform to the coding standards, using the same coding style as the rest of the code base. @@ -31,5 +31,5 @@ $ sudo fc-cache -fv All pull requests should be made to the `develop` branch. Don't forget to add your details to the list of -[AUTHORS.md](https://github.com/NotNinja/convert-svg/blob/master/AUTHORS.md) if you want your contribution to be +[AUTHORS.md](https://github.com/neocotic/convert-svg/blob/master/AUTHORS.md) if you want your contribution to be recognized by others. diff --git a/LICENSE.md b/LICENSE.md index 989f1e4..de1af43 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (C) 2018 Alasdair Mercer, !ninja +Copyright (C) 2018 Alasdair Mercer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b0cae76..eacc763 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # convert-svg -[![Build Status](https://img.shields.io/travis/NotNinja/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/convert-svg) -[![License](https://img.shields.io/github/license/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/blob/master/LICENSE.md) -[![Release](https://img.shields.io/github/release/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg) +[![Build Status](https://img.shields.io/travis/neocotic/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/neocotic/convert-svg) +[![License](https://img.shields.io/github/license/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/blob/master/LICENSE.md) +[![Release](https://img.shields.io/github/release/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg) This monorepo contains the following [Node.js](https://nodejs.org) packages that can convert a SVG into another format using headless Chromium: -* [convert-svg-core](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-core) -* [convert-svg-test-helper](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-test-helper) -* [convert-svg-to-jpeg](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-to-jpeg) -* [convert-svg-to-png](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-to-png) +* [convert-svg-core](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-core) +* [convert-svg-test-helper](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-test-helper) +* [convert-svg-to-jpeg](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-to-jpeg) +* [convert-svg-to-png](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-to-png) The first two packages are core dependencies for SVG converters, which make up the remainder of the packages, trying to adhere to the following naming convention: @@ -29,7 +29,6 @@ them. ## License -See [LICENSE.md](https://github.com/NotNinja/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. - -[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja) +Copyright © 2018 Alasdair Mercer +See [LICENSE.md](https://github.com/neocotic/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. diff --git a/packages/convert-svg-core/README.md b/packages/convert-svg-core/README.md index 69e7531..475f038 100644 --- a/packages/convert-svg-core/README.md +++ b/packages/convert-svg-core/README.md @@ -4,9 +4,9 @@ The core [Node.js](https://nodejs.org) package for converting SVG into other for contains the shared logic for all converters. This package is not intended to be used directly to convert SVGs and, instead, provides core support for SVG conversion. -[![Build Status](https://img.shields.io/travis/NotNinja/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/convert-svg) -[![License](https://img.shields.io/github/license/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/blob/master/LICENSE.md) -[![Release](https://img.shields.io/github/release/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-core) +[![Build Status](https://img.shields.io/travis/neocotic/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/neocotic/convert-svg) +[![License](https://img.shields.io/github/license/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/blob/master/LICENSE.md) +[![Release](https://img.shields.io/github/release/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-core) * [Install](#install) * [Implementation](#implementation) @@ -19,7 +19,7 @@ instead, provides core support for SVG conversion. If you are looking to install an out-of-the-box SVG converter, check out our converter packages below: -https://github.com/NotNinja/convert-svg +https://github.com/neocotic/convert-svg Alternatively, if you know what you're doing, you can install using [npm](https://www.npmjs.com): @@ -36,7 +36,7 @@ you can contribute. ## Implementation In order to create a new SVG converter that uses `convert-svg-core`, you'll need to create a new sub-directory for your -package under the [packages](https://github.com/NotNinja/convert-svg/tree/master/packages) directory. Try to follow the +package under the [packages](https://github.com/neocotic/convert-svg/tree/master/packages) directory. Try to follow the `convert-svg-to-` naming convention for the converter package name. Take a look at the other packages in this directory to setup the new package directory. They are all very similar, by @@ -44,7 +44,7 @@ design, as the you should just need to provide the minimal amount of information output format. The most important thing that's needed is a implementation of -[convert-svg-core/src/Provider](https://github.com/NotNinja/convert-svg/blob/master/packages/convert-svg-core/src/Provider.js). +[convert-svg-core/src/Provider](https://github.com/neocotic/convert-svg/blob/master/packages/convert-svg-core/src/Provider.js). This is an abstract class and contains many methods that *must* be implemented. Read the JSDoc for these methods to understand what's needed. If your intended output format requires additional configuration, make the necessary changes to `convert-svg-core`, while ensuring that reuse and other converters are kept at the front of your mind. @@ -101,26 +101,25 @@ Configure this in your `package.json` file and you're CLI is ready! Testing your SVG converter actually works is just as important as implementing it. Since `convert-svg-core` contains a lot of the conversion logic, a -[convert-svg-test-helper](https://github.com/NotNinja/convert-svg/packages/convert-svg-test-helper) package is available +[convert-svg-test-helper](https://github.com/neocotic/convert-svg/packages/convert-svg-test-helper) package is available to make testing implementations even easier. Again, take a look at the tests for existing SVG converters under the -[packages](https://github.com/NotNinja/convert-svg/tree/master/packages) directory for examples. +[packages](https://github.com/neocotic/convert-svg/tree/master/packages) directory for examples. ## Bugs If you have any problems with this package or would like to see changes currently in development you can do so -[here](https://github.com/NotNinja/convert-svg/issues). +[here](https://github.com/neocotic/convert-svg/issues). ## Contributors If you want to contribute, you're a legend! Information on how you can do so can be found in -[CONTRIBUTING.md](https://github.com/NotNinja/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and +[CONTRIBUTING.md](https://github.com/neocotic/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and pull requests! -A list of all contributors can be found in [AUTHORS.md](https://github.com/NotNinja/convert-svg/blob/master/AUTHORS.md). +A list of all contributors can be found in [AUTHORS.md](https://github.com/neocotic/convert-svg/blob/master/AUTHORS.md). ## License -See [LICENSE.md](https://github.com/NotNinja/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. - -[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja) +Copyright © 2018 Alasdair Mercer +See [LICENSE.md](https://github.com/neocotic/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. diff --git a/packages/convert-svg-core/package.json b/packages/convert-svg-core/package.json index 3d62c22..cf588be 100644 --- a/packages/convert-svg-core/package.json +++ b/packages/convert-svg-core/package.json @@ -2,14 +2,14 @@ "name": "convert-svg-core", "version": "0.4.0", "description": "Supports converting SVG into another format using headless Chromium", - "homepage": "https://github.com/NotNinja/convert-svg", + "homepage": "https://github.com/neocotic/convert-svg", "bugs": { - "url": "https://github.com/NotNinja/convert-svg/issues" + "url": "https://github.com/neocotic/convert-svg/issues" }, "author": { "name": "Alasdair Mercer", "email": "mercer.alasdair@gmail.com", - "url": "https://not.ninja" + "url": "https://neocotic.com" }, "license": "MIT", "keywords": [ @@ -22,7 +22,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/NotNinja/convert-svg.git" + "url": "https://github.com/neocotic/convert-svg.git" }, "dependencies": { "chalk": "^2.3.0", diff --git a/packages/convert-svg-core/src/API.js b/packages/convert-svg-core/src/API.js index f1385a6..8499f55 100644 --- a/packages/convert-svg-core/src/API.js +++ b/packages/convert-svg-core/src/API.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/src/CLI.js b/packages/convert-svg-core/src/CLI.js index 015a7db..561b478 100644 --- a/packages/convert-svg-core/src/CLI.js +++ b/packages/convert-svg-core/src/CLI.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/src/Converter.js b/packages/convert-svg-core/src/Converter.js index 702d6c8..15662da 100644 --- a/packages/convert-svg-core/src/Converter.js +++ b/packages/convert-svg-core/src/Converter.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/src/Provider.js b/packages/convert-svg-core/src/Provider.js index 246f91e..0723324 100644 --- a/packages/convert-svg-core/src/Provider.js +++ b/packages/convert-svg-core/src/Provider.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/src/index.js b/packages/convert-svg-core/src/index.js index dd28e76..70f6aa0 100644 --- a/packages/convert-svg-core/src/index.js +++ b/packages/convert-svg-core/src/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/test/API.spec.js b/packages/convert-svg-core/test/API.spec.js index fdfc84d..7d53640 100644 --- a/packages/convert-svg-core/test/API.spec.js +++ b/packages/convert-svg-core/test/API.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/test/CLI.spec.js b/packages/convert-svg-core/test/CLI.spec.js index e2cdf5e..720dc0b 100644 --- a/packages/convert-svg-core/test/CLI.spec.js +++ b/packages/convert-svg-core/test/CLI.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/test/Converter.spec.js b/packages/convert-svg-core/test/Converter.spec.js index e4a01f3..0263e71 100644 --- a/packages/convert-svg-core/test/Converter.spec.js +++ b/packages/convert-svg-core/test/Converter.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/test/Provider.spec.js b/packages/convert-svg-core/test/Provider.spec.js index 09d7380..a3fded6 100644 --- a/packages/convert-svg-core/test/Provider.spec.js +++ b/packages/convert-svg-core/test/Provider.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-core/test/index.spec.js b/packages/convert-svg-core/test/index.spec.js index 0a15ef5..c8e7ac8 100644 --- a/packages/convert-svg-core/test/index.spec.js +++ b/packages/convert-svg-core/test/index.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-test-helper/README.md b/packages/convert-svg-test-helper/README.md index 0f7944d..7b57638 100644 --- a/packages/convert-svg-test-helper/README.md +++ b/packages/convert-svg-test-helper/README.md @@ -1,11 +1,11 @@ # convert-svg-test-helper A [Node.js](https://nodejs.org) package for testing SVG converters implementing using -[convert-svg-core](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-core). +[convert-svg-core](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-core). -[![Build Status](https://img.shields.io/travis/NotNinja/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/convert-svg) -[![License](https://img.shields.io/github/license/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/blob/master/LICENSE.md) -[![Release](https://img.shields.io/github/release/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-test-helper) +[![Build Status](https://img.shields.io/travis/neocotic/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/neocotic/convert-svg) +[![License](https://img.shields.io/github/license/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/blob/master/LICENSE.md) +[![Release](https://img.shields.io/github/release/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-test-helper) * [Install](#install) * [Usage](#usage) @@ -30,34 +30,32 @@ you can contribute. ## Usage Take a look at the tests for existing SVG converters under the -[packages](https://github.com/NotNinja/convert-svg/tree/master/packages) directory for examples on how to use this +[packages](https://github.com/neocotic/convert-svg/tree/master/packages) directory for examples on how to use this package. ## Testing Testing your SVG converter actually works is just as important as implementing it. Since `convert-svg-core` contains a lot of the conversion logic, a -[convert-svg-test-helper](https://github.com/NotNinja/convert-svg/packages/convert-svg-test-helper) package is available +[convert-svg-test-helper](https://github.com/neocotic/convert-svg/packages/convert-svg-test-helper) package is available to make testing implementations even easier. Again, take a look at the tests for existing SVG converters under the -[packages](https://github.com/NotNinja/convert-svg/tree/master/packages) directory for examples. +[packages](https://github.com/neocotic/convert-svg/tree/master/packages) directory for examples. ## Bugs If you have any problems with this package or would like to see changes currently in development you can do so -[here](https://github.com/NotNinja/convert-svg/issues). +[here](https://github.com/neocotic/convert-svg/issues). ## Contributors If you want to contribute, you're a legend! Information on how you can do so can be found in -[CONTRIBUTING.md](https://github.com/NotNinja/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and +[CONTRIBUTING.md](https://github.com/neocotic/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and pull requests! -A list of all contributors can be found in [AUTHORS.md](https://github.com/NotNinja/convert-svg/blob/master/AUTHORS.md). +A list of all contributors can be found in [AUTHORS.md](https://github.com/neocotic/convert-svg/blob/master/AUTHORS.md). ## License -See [LICENSE.md](https://github.com/NotNinja/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. - -[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja) - +Copyright © 2018 Alasdair Mercer +See [LICENSE.md](https://github.com/neocotic/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. diff --git a/packages/convert-svg-test-helper/package.json b/packages/convert-svg-test-helper/package.json index 5480405..e6068da 100644 --- a/packages/convert-svg-test-helper/package.json +++ b/packages/convert-svg-test-helper/package.json @@ -2,14 +2,14 @@ "name": "convert-svg-test-helper", "version": "0.4.0", "description": "Helper for testing convert-svg-core implementations", - "homepage": "https://github.com/NotNinja/convert-svg", + "homepage": "https://github.com/neocotic/convert-svg", "bugs": { - "url": "https://github.com/NotNinja/convert-svg/issues" + "url": "https://github.com/neocotic/convert-svg/issues" }, "author": { "name": "Alasdair Mercer", "email": "mercer.alasdair@gmail.com", - "url": "https://not.ninja" + "url": "https://neocotic.com" }, "license": "MIT", "keywords": [ @@ -24,7 +24,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/NotNinja/convert-svg.git" + "url": "https://github.com/neocotic/convert-svg.git" }, "dependencies": { "file-url": "^2.0.2", diff --git a/packages/convert-svg-test-helper/src/Helper.js b/packages/convert-svg-test-helper/src/Helper.js index 88234ef..cfde3c9 100644 --- a/packages/convert-svg-test-helper/src/Helper.js +++ b/packages/convert-svg-test-helper/src/Helper.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-test-helper/src/index.js b/packages/convert-svg-test-helper/src/index.js index 830b348..a8e1c26 100644 --- a/packages/convert-svg-test-helper/src/index.js +++ b/packages/convert-svg-test-helper/src/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-jpeg/README.md b/packages/convert-svg-to-jpeg/README.md index 623e7ce..38d0801 100644 --- a/packages/convert-svg-to-jpeg/README.md +++ b/packages/convert-svg-to-jpeg/README.md @@ -2,9 +2,9 @@ A [Node.js](https://nodejs.org) package for converting SVG to JPEG using headless Chromium. -[![Build Status](https://img.shields.io/travis/NotNinja/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/convert-svg) -[![License](https://img.shields.io/github/license/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/blob/master/LICENSE.md) -[![Release](https://img.shields.io/github/release/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-to-jpeg) +[![Build Status](https://img.shields.io/travis/neocotic/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/neocotic/convert-svg) +[![License](https://img.shields.io/github/license/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/blob/master/LICENSE.md) +[![Release](https://img.shields.io/github/release/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-to-jpeg) * [Install](#install) * [CLI](#cli) @@ -193,23 +193,23 @@ async function convertSvgFiles(dirPath) { If you would like to convert a SVG into a format other than JPEG, check out our other converter packages below: -https://github.com/NotNinja/convert-svg +https://github.com/neocotic/convert-svg ## Bugs If you have any problems with this package or would like to see changes currently in development you can do so -[here](https://github.com/NotNinja/convert-svg/issues). +[here](https://github.com/neocotic/convert-svg/issues). ## Contributors If you want to contribute, you're a legend! Information on how you can do so can be found in -[CONTRIBUTING.md](https://github.com/NotNinja/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and +[CONTRIBUTING.md](https://github.com/neocotic/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and pull requests! -A list of all contributors can be found in [AUTHORS.md](https://github.com/NotNinja/convert-svg/blob/master/AUTHORS.md). +A list of all contributors can be found in [AUTHORS.md](https://github.com/neocotic/convert-svg/blob/master/AUTHORS.md). ## License -See [LICENSE.md](https://github.com/NotNinja/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. +Copyright © 2018 Alasdair Mercer -[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja) +See [LICENSE.md](https://github.com/neocotic/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. diff --git a/packages/convert-svg-to-jpeg/bin/convert-svg-to-jpeg b/packages/convert-svg-to-jpeg/bin/convert-svg-to-jpeg index 66d0b7d..3994ee4 100755 --- a/packages/convert-svg-to-jpeg/bin/convert-svg-to-jpeg +++ b/packages/convert-svg-to-jpeg/bin/convert-svg-to-jpeg @@ -1,7 +1,7 @@ #!/usr/bin/env node /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-jpeg/package.json b/packages/convert-svg-to-jpeg/package.json index 3273184..ad0d73d 100644 --- a/packages/convert-svg-to-jpeg/package.json +++ b/packages/convert-svg-to-jpeg/package.json @@ -2,14 +2,14 @@ "name": "convert-svg-to-jpeg", "version": "0.4.0", "description": "Converts SVG to JPEG using headless Chromium", - "homepage": "https://github.com/NotNinja/convert-svg", + "homepage": "https://github.com/neocotic/convert-svg", "bugs": { - "url": "https://github.com/NotNinja/convert-svg/issues" + "url": "https://github.com/neocotic/convert-svg/issues" }, "author": { "name": "Alasdair Mercer", "email": "mercer.alasdair@gmail.com", - "url": "https://not.ninja" + "url": "https://neocotic.com" }, "license": "MIT", "keywords": [ @@ -23,7 +23,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/NotNinja/convert-svg.git" + "url": "https://github.com/neocotic/convert-svg.git" }, "dependencies": { "convert-svg-core": "^0.4.0" diff --git a/packages/convert-svg-to-jpeg/src/JPEGProvider.js b/packages/convert-svg-to-jpeg/src/JPEGProvider.js index ad321f8..af783cf 100644 --- a/packages/convert-svg-to-jpeg/src/JPEGProvider.js +++ b/packages/convert-svg-to-jpeg/src/JPEGProvider.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-jpeg/src/index.js b/packages/convert-svg-to-jpeg/src/index.js index 8e001c8..56d1766 100644 --- a/packages/convert-svg-to-jpeg/src/index.js +++ b/packages/convert-svg-to-jpeg/src/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-jpeg/test/JPEGProvider.spec.js b/packages/convert-svg-to-jpeg/test/JPEGProvider.spec.js index 55fbce1..3c3fe9f 100644 --- a/packages/convert-svg-to-jpeg/test/JPEGProvider.spec.js +++ b/packages/convert-svg-to-jpeg/test/JPEGProvider.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-jpeg/test/index.spec.js b/packages/convert-svg-to-jpeg/test/index.spec.js index 7d1c18d..2d7888d 100644 --- a/packages/convert-svg-to-jpeg/test/index.spec.js +++ b/packages/convert-svg-to-jpeg/test/index.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-png/README.md b/packages/convert-svg-to-png/README.md index 01a5cac..404c3ad 100644 --- a/packages/convert-svg-to-png/README.md +++ b/packages/convert-svg-to-png/README.md @@ -2,9 +2,9 @@ A [Node.js](https://nodejs.org) package for converting SVG to PNG using headless Chromium. -[![Build Status](https://img.shields.io/travis/NotNinja/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/convert-svg) -[![License](https://img.shields.io/github/license/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/blob/master/LICENSE.md) -[![Release](https://img.shields.io/github/release/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-to-png) +[![Build Status](https://img.shields.io/travis/neocotic/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/neocotic/convert-svg) +[![License](https://img.shields.io/github/license/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/blob/master/LICENSE.md) +[![Release](https://img.shields.io/github/release/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-to-png) * [Install](#install) * [CLI](#cli) @@ -191,23 +191,23 @@ async function convertSvgFiles(dirPath) { If you would like to convert a SVG into a format other than PNG, check out our other converter packages below: -https://github.com/NotNinja/convert-svg +https://github.com/neocotic/convert-svg ## Bugs If you have any problems with this package or would like to see changes currently in development you can do so -[here](https://github.com/NotNinja/convert-svg/issues). +[here](https://github.com/neocotic/convert-svg/issues). ## Contributors If you want to contribute, you're a legend! Information on how you can do so can be found in -[CONTRIBUTING.md](https://github.com/NotNinja/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and +[CONTRIBUTING.md](https://github.com/neocotic/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and pull requests! -A list of all contributors can be found in [AUTHORS.md](https://github.com/NotNinja/convert-svg/blob/master/AUTHORS.md). +A list of all contributors can be found in [AUTHORS.md](https://github.com/neocotic/convert-svg/blob/master/AUTHORS.md). ## License -See [LICENSE.md](https://github.com/NotNinja/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. +Copyright © 2018 Alasdair Mercer -[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja) +See [LICENSE.md](https://github.com/neocotic/convert-svg/raw/master/LICENSE.md) for more information on our MIT license. diff --git a/packages/convert-svg-to-png/bin/convert-svg-to-png b/packages/convert-svg-to-png/bin/convert-svg-to-png index 3804c0e..0dd6415 100755 --- a/packages/convert-svg-to-png/bin/convert-svg-to-png +++ b/packages/convert-svg-to-png/bin/convert-svg-to-png @@ -1,7 +1,7 @@ #!/usr/bin/env node /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-png/package.json b/packages/convert-svg-to-png/package.json index 2a11329..b020579 100644 --- a/packages/convert-svg-to-png/package.json +++ b/packages/convert-svg-to-png/package.json @@ -2,14 +2,14 @@ "name": "convert-svg-to-png", "version": "0.4.0", "description": "Converts SVG to PNG using headless Chromium", - "homepage": "https://github.com/NotNinja/convert-svg", + "homepage": "https://github.com/neocotic/convert-svg", "bugs": { - "url": "https://github.com/NotNinja/convert-svg/issues" + "url": "https://github.com/neocotic/convert-svg/issues" }, "author": { "name": "Alasdair Mercer", "email": "mercer.alasdair@gmail.com", - "url": "https://not.ninja" + "url": "https://neocotic.com" }, "license": "MIT", "keywords": [ @@ -22,7 +22,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/NotNinja/convert-svg.git" + "url": "https://github.com/neocotic/convert-svg.git" }, "dependencies": { "convert-svg-core": "^0.4.0" diff --git a/packages/convert-svg-to-png/src/PNGProvider.js b/packages/convert-svg-to-png/src/PNGProvider.js index 56676f0..f527cb5 100644 --- a/packages/convert-svg-to-png/src/PNGProvider.js +++ b/packages/convert-svg-to-png/src/PNGProvider.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-png/src/index.js b/packages/convert-svg-to-png/src/index.js index 822b9c4..4be3141 100644 --- a/packages/convert-svg-to-png/src/index.js +++ b/packages/convert-svg-to-png/src/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-png/test/PNGProvider.spec.js b/packages/convert-svg-to-png/test/PNGProvider.spec.js index d936dc4..817f9bc 100644 --- a/packages/convert-svg-to-png/test/PNGProvider.spec.js +++ b/packages/convert-svg-to-png/test/PNGProvider.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/packages/convert-svg-to-png/test/index.spec.js b/packages/convert-svg-to-png/test/index.spec.js index 02045b9..ebbdf59 100644 --- a/packages/convert-svg-to-png/test/index.spec.js +++ b/packages/convert-svg-to-png/test/index.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Alasdair Mercer, !ninja + * Copyright (C) 2018 Alasdair Mercer * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal