欢迎关注github:https://github.com/myopenresources
安装
npm install cc-water-marker --save 或 yarn add cc-water-marker
使用
// 业务模块
import { WaterMarkerModule } from 'cc-water-marker';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
WaterMarkerModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {&nbs