Info
Version: | 3.0.31 |
Author(s): | Andrey Taritsyn |
Last Update: | Friday, September 22, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Taritsyn/AutoprefixerHost |
NuGet Url: | https://www.nuget.org/packages/AutoprefixerHost |
Install
Install-Package AutoprefixerHost
dotnet add package AutoprefixerHost
paket add AutoprefixerHost
AutoprefixerHost Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0 Client
- AdvancedStringBuilder(>= 0.1.0)
- JavaScriptEngineSwitcher.Core(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.3)
- AdvancedStringBuilder(>= 0.1.0)
- JavaScriptEngineSwitcher.Core(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.3)
- AdvancedStringBuilder(>= 0.1.0)
- JavaScriptEngineSwitcher.Core(>= 3.1.0)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
- AdvancedStringBuilder(>= 0.1.0)
- JavaScriptEngineSwitcher.Core(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.3)
Tags
Since the original library is written in JavaScript, you will need a JS engine to run it.
As a JS engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working, you need to install one of the following NuGet packages:
* JavaScriptEngineSwitcher.ChakraCore
* JavaScriptEngineSwitcher.V8
* JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes)
After installing the packages, you will need to register the default JS engine (https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/Registration-of-JS-engines).